aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/postgrest.conf
diff options
context:
space:
mode:
Diffstat (limited to 'postgrest/postgrest.conf')
-rw-r--r--postgrest/postgrest.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/postgrest/postgrest.conf b/postgrest/postgrest.conf
new file mode 100644
index 0000000..638b528
--- /dev/null
+++ b/postgrest/postgrest.conf
@@ -0,0 +1,4 @@
+db-uri = "postgres://authenticator:mysecretpassword@postgres:5432/postgres"
+db-schema = "api"
+db-anon-role = "web_anon"
+jwt-secret = "${JWT_SECRET}"