blob: dce728c6700ba585f8eb2c393266e090aa3dda64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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.
|