cppmm-overlay/www-apps/inpxer/files/01-config-placement-0.2.5.patch

12 lines
357 B
Diff
Raw Normal View History

2024-09-16 03:02:03 +03:00
--- a/internal/config/config.go 2024-09-16 02:47:23.666714944 +0300
+++ b/internal/config/config.go 2024-09-16 02:47:50.696715919 +0300
@@ -8,7 +8,7 @@
"github.com/pelletier/go-toml/v2"
)
-const configFilename = "inpxer.toml"
+const configFilename = "/etc/inpxer/inpxer.toml"
type MyConfig struct {
Language string `toml:"language"`