fix: Read database configuration properly when = is present in value

Resolves #2120
This commit is contained in:
Wolfgang Walther
2022-01-10 09:24:49 +01:00
committed by Wolfgang Walther
parent 4b841dba61
commit 995215c6a5
4 changed files with 8 additions and 7 deletions
@@ -15,8 +15,8 @@ db-uri = "<REPLACED_WITH_DB_URI>"
db-use-legacy-gucs = false
jwt-aud = "https://example.org"
jwt-role-claim-key = ".\"a\".\"role\""
jwt-secret = "OVERRIDEREALLYREALLYREALLYREALLYVERYSAFE"
jwt-secret-is-base64 = true
jwt-secret = "OVERRIDE=REALLY=REALLY=REALLY=REALLY=VERY=SAFE"
jwt-secret-is-base64 = false
log-level = "info"
openapi-mode = "ignore-privileges"
openapi-server-proxy-uri = "https://example.org/api"