From 55f725a502011155f0943f2340ef3763f014ccc0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 26 Apr 2020 15:48:24 +0300 Subject: Initial commit --- postgrest/postgrest.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postgrest/postgrest.conf (limited to 'postgrest/postgrest.conf') 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}" -- cgit v1.3