Read db-uri configuration from a separate file. (#1215)
* Read dburi configuration from a separate file. * Add changelog entry.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
db-uri = "@/dev/stdin"
|
||||
db-schema = "test"
|
||||
db-anon-role = "postgrest_test_anonymous"
|
||||
db-pool = 1
|
||||
server-host = "127.0.0.1"
|
||||
server-port = 49421
|
||||
jwt-secret = "reallyreallyreallyreallyverysafe"
|
||||
@@ -0,0 +1 @@
|
||||
postgres:///postgrest_test
|
||||
@@ -0,0 +1 @@
|
||||
postgres:///postgrest_test
|
||||
Reference in New Issue
Block a user