forked from jason/cpolis
		
	Use proper filepaths for docker-compose
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user