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