ports/net/gotify-server/files/patch-config_config.go
Matthias Fechner d2f0651277 net/gotify-server: create new port version 2.5.0 of gotify-server
A simple selfhosted message service with nice UI and a client for
Android.

Thanks a lot for help I received here:
https://github.com/gotify/server/issues/199
2024-10-13 09:04:06 +03:00

11 lines
407 B
Go

--- config/config.go.orig 2024-10-11 14:37:05 UTC
+++ config/config.go
@@ -60,7 +60,7 @@ func configFiles() []string {
if mode.Get() == mode.TestDev {
return []string{"config.yml"}
}
- return []string{"config.yml", "/etc/gotify/config.yml"}
+ return []string{"config.yml", "/usr/local/etc/gotify-server/config.yml"}
}
// Get returns the configuration extracted from env variables or config file.