🐛 Trying fix config was not found
This commit is contained in:
		| @@ -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") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user