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

@ -64,7 +64,7 @@ STORAGE_FILEPATH = "./build/polyculeconnect.db"
# STORAGE_DB = "polyculeconnect"
# STORAGE_USER = "polyculeconnect"
# STORAGE_PASSWORD = "polyculeconnect"
# STORAGE_SSL_MODE = "disable"
# STORAGE_SSL_MODE = ""
# STORAGE_SSL_CA_FILE = ""
```