fix: Dump db-config option without quotes as it's a boolean
This commit is contained in:
committed by
Steve Chavez
parent
3c8e309a32
commit
9c7e6070f0
@@ -9,7 +9,7 @@ db-pre-request = ""
|
||||
db-prepared-statements = false
|
||||
db-root-spec = ""
|
||||
db-schemas = "required"
|
||||
db-config = "false"
|
||||
db-config = false
|
||||
db-tx-end = "commit"
|
||||
db-uri = "required"
|
||||
db-use-legacy-gucs = true
|
||||
|
||||
Reference in New Issue
Block a user