Compare commits

..

1 commit

Author SHA1 Message Date
2192775063 feat #37: Use environment variables for most of the configuration
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
2023-10-28 14:18:38 +02:00

View file

@ -62,7 +62,7 @@ const (
defaultStorageDB = "polyculeconnect"
defaultStorageUser = "polyculeconnect"
defaultStoragePassword = "polyculeconnect"
defaultStorageSSLMode = ""
defaultStorageSSLMode = "disable"
defaultStorageSSLCaFile = ""
)