🐛 Trying fix config was not found
This commit is contained in:
parent
006a22cd7b
commit
8a5cc34bb4
@ -1,4 +1,8 @@
|
||||
{
|
||||
"sync": {
|
||||
"region": "static-files",
|
||||
"configPath": "test/static-files.toml"
|
||||
},
|
||||
"deployments": [
|
||||
{
|
||||
"path": "test/static-files",
|
||||
|
@ -25,6 +25,7 @@ func main() {
|
||||
// Configure settings
|
||||
viper.AddConfigPath(".")
|
||||
viper.AddConfigPath("..")
|
||||
viper.AddConfigPath("/")
|
||||
viper.SetConfigName("settings")
|
||||
viper.SetConfigType("toml")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user