diff options
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}" |
