--- 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"`