Use proper filepaths for docker-compose

This commit is contained in:
2025-01-19 20:08:58 +01:00
parent 9feb16a8d8
commit 43c1cb6d9a
2 changed files with 4 additions and 3 deletions

View File

@ -43,7 +43,7 @@ func newConfig() *Config {
ConfigFile: "/etc/cpolis/config.toml",
CookieExpiryHours: 24 * 30,
DBName: "cpolis",
FirebaseKey: "/var/www/cpolis/serviceAccountKey.json",
FirebaseKey: "/etc/cpolis/serviceAccountKey.json",
LogFile: "/var/log/cpolis.log",
MaxBannerHeight: 1080,
MaxBannerWidth: 1920,