diff options
Diffstat (limited to 'internal/config/db.go')
-rw-r--r-- | internal/config/db.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/db.go b/internal/config/db.go index 7ea71a8b6..ffdc07521 100644 --- a/internal/config/db.go +++ b/internal/config/db.go @@ -46,4 +46,4 @@ var DBTLSModeEnable DBTLSMode = "enable" var DBTLSModeRequire DBTLSMode = "require" // DBTLSModeUnset means that the TLS mode has not been set. -var DBTLSModeUnset DBTLSMode = "" +var DBTLSModeUnset DBTLSMode |