* Include tests for io and memory in the Nix environment. * include spec tests in nix-shell by default * install the io and memory tests in CI
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
db-uri = "$(POSTGREST_TEST_CONNECTION)"
|
|
db-schema = "test"
|
|
db-anon-role = "postgrest_test_anonymous"
|
|
db-pool = 1
|
|
server-host = "127.0.0.1"
|
|
server-unix-socket = "/tmp/postgrest.sock"
|
|
jwt-secret = "reallyreallyreallyreallyverysafe"
|