fix: implement robust parsing of boolean config values

resolves #1572
This commit is contained in:
Wolfgang Walther
2020-12-06 21:59:32 +01:00
committed by Wolfgang Walther
parent ed58511de3
commit 9254f119f6
5 changed files with 75 additions and 6 deletions
@@ -0,0 +1,7 @@
db-uri = "required"
db-schemas = "required"
db-anon-role = "required"
db-channel-enabled = "true"
db-prepared-statements = "FALSE"
jwt-secret-is-base64 = "\"true\""