aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/postgrest.conf
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-04-26 16:40:34 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2020-04-26 16:40:34 +0300
commit449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (patch)
treee334b1bd0f0999da9cfd36d0502578b2cac102af /postgrest/postgrest.conf
parent55f725a502011155f0943f2340ef3763f014ccc0 (diff)
Stuff
Diffstat (limited to 'postgrest/postgrest.conf')
-rw-r--r--postgrest/postgrest.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgrest/postgrest.conf b/postgrest/postgrest.conf
index 638b528..9c1b675 100644
--- a/postgrest/postgrest.conf
+++ b/postgrest/postgrest.conf
@@ -1,4 +1,4 @@
-db-uri = "postgres://authenticator:mysecretpassword@postgres:5432/postgres"
+db-uri = "postgres://authenticator:${POSTGREST_PASSWORD}@postgres:5432/postgres"
db-schema = "api"
db-anon-role = "web_anon"
jwt-secret = "${JWT_SECRET}"