* speed up io tests * avoid infinite loop while watching io tests * improve auto-complete with postgrest-watch postgrest-run * detect when files are added or deleted
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
db-uri = "$(POSTGREST_TEST_CONNECTION)"
|
|
db-schema = "test"
|
|
db-anon-role = "postgrest_test_anonymous"
|
|
db-pool = 1
|
|
db-pool-timeout = 1
|
|
server-host = "127.0.0.1"
|
|
server-port = 49421
|
|
|
|
app.settings.external_api_secret = "0123456789abcdef"
|