Compare commits

..

1 commit

Author SHA1 Message Date
4909df4b04 feat #37: Use environment variables for most of the configuration
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2023-10-28 14:20:40 +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 = ""
# STORAGE_SSL_MODE = "disable"
# STORAGE_SSL_CA_FILE = ""
```