aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/postgrest.conf
blob: 638b52812bf65d9f9f114ad33731abcc6194a246 (plain)
1
2
3
4
db-uri = "postgres://authenticator:mysecretpassword@postgres:5432/postgres"
db-schema = "api"
db-anon-role = "web_anon"
jwt-secret = "${JWT_SECRET}"