diff --git a/cmd/olympus/main.go b/cmd/olympus/main.go index 31d9e040..6eb470c2 100644 --- a/cmd/olympus/main.go +++ b/cmd/olympus/main.go @@ -10,7 +10,7 @@ import ( ) var ( - configFile = flag.String("config_file", filepath.Join("..", "..", "config.toml"), "The path to the config file") + configFile = flag.String("config_file", filepath.Join("..", "..", "config.dev.toml"), "The path to the config file") ) func main() {