The config dump in Config.hs listed db-config, db-pre-config and the db-pool-* settings out of alphabetical order, while the rest of the dump was sorted. Now the whole dump is consistently alphabetical and update the expected IO test configs to match.
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
admin-server-host = "!4"
|
|
admin-server-port = ""
|
|
client-error-verbosity = "verbose"
|
|
db-aggregates-enabled = false
|
|
db-anon-role = ""
|
|
db-channel = "pgrst"
|
|
db-channel-enabled = true
|
|
db-config = true
|
|
db-extra-search-path = "public"
|
|
db-hoisted-tx-settings = "statement_timeout,plan_filter.statement_cost_limit,default_transaction_isolation"
|
|
db-max-rows = ""
|
|
db-plan-enabled = false
|
|
db-pool = 10
|
|
db-pool-acquisition-timeout = 10
|
|
db-pool-automatic-recovery = true
|
|
db-pool-max-idletime = 30
|
|
db-pool-max-lifetime = 1800
|
|
db-pre-config = ""
|
|
db-pre-request = ""
|
|
db-prepared-statements = true
|
|
db-root-spec = ""
|
|
db-schemas = "public"
|
|
db-timezone-enabled = true
|
|
db-tx-end = "commit"
|
|
db-uri = "postgresql://"
|
|
jwt-aud = ""
|
|
jwt-cache-max-entries = 1000
|
|
jwt-role-claim-key = ".\"roles\"[?(@ *== \"role1\")]"
|
|
jwt-secret = ""
|
|
jwt-secret-is-base64 = false
|
|
log-level = "error"
|
|
log-query = false
|
|
openapi-mode = "follow-privileges"
|
|
openapi-security-active = false
|
|
openapi-server-proxy-uri = ""
|
|
server-cors-allowed-origins = ""
|
|
server-host = "!4"
|
|
server-port = 3000
|
|
server-timing-enabled = false
|
|
server-trace-header = ""
|
|
server-unix-socket = ""
|
|
server-unix-socket-mode = "660"
|