added log lines and changed config path for deployment

This commit is contained in:
2026-04-18 19:10:18 -06:00
parent 6457991977
commit 5c7bb72307
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type Server struct {
}
func main() {
cfg, err := ReadConfig("/home/ewpt3ch/dev/pacman-cache-server/tmprepo/app.config.toml")
cfg, err := ReadConfig("/etc/pkgstash/pkgstash.toml")
if err != nil {
log.Fatal(err)
}