* Add test for ensuring app.settings don't reset
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
db-uri = "postgres:///postgrest_test"
|
||||
db-schema = "test"
|
||||
db-anon-role = "postgrest_test_anonymous"
|
||||
db-pool = 1
|
||||
server-host = "127.0.0.1"
|
||||
server-port = 49421
|
||||
|
||||
app.settings.external_api_secret = "0123456789abcdef"
|
||||
Reference in New Issue
Block a user