🐛 Trying fix config was not found
This commit is contained in:
@ -25,6 +25,7 @@ func main() {
|
||||
// Configure settings
|
||||
viper.AddConfigPath(".")
|
||||
viper.AddConfigPath("..")
|
||||
viper.AddConfigPath("/")
|
||||
viper.SetConfigName("settings")
|
||||
viper.SetConfigType("toml")
|
||||
|
||||
|
Reference in New Issue
Block a user