aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/postgrest.conf
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-04-26 15:48:24 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2020-04-26 15:48:24 +0300
commit55f725a502011155f0943f2340ef3763f014ccc0 (patch)
treec1915fd2c3f67e93b3fd406d018583bc6b050baa /postgrest/postgrest.conf
Initial commit
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}"