Downgrade go version and dependencies to hopefully fix bug on debian machines

This commit is contained in:
2024-09-11 05:23:58 +02:00
parent 8ef6ff729e
commit ff0e229f03
3 changed files with 128 additions and 128 deletions

View File

@ -38,8 +38,8 @@ func newConfig() *Config {
KeyFile: "/var/www/cpolis/cpolis.key",
LogFile: "/var/log/cpolis.log",
PDFDir: "/var/www/cpolis/pdfs",
Port: ":8080",
PicsDir: "/var/www/cpolis/pics",
Port: ":8080",
RSSFile: "/var/www/cpolis/cpolis.rss",
WebDir: "/var/www/cpolis/web",
}