From 449ebe5164ad9d2ba1e7d61bbae8e4101b703490 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 26 Apr 2020 16:40:34 +0300 Subject: Stuff --- postgrest/postgrest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgrest/postgrest.conf') 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}" -- cgit v1.3