diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 15:48:24 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 15:48:24 +0300 |
| commit | 55f725a502011155f0943f2340ef3763f014ccc0 (patch) | |
| tree | c1915fd2c3f67e93b3fd406d018583bc6b050baa /postgrest/postgrest.conf | |
Initial commit
Diffstat (limited to 'postgrest/postgrest.conf')
| -rw-r--r-- | postgrest/postgrest.conf | 4 |
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}" |
