mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
Use config.dev.toml by default for Olympus (#748)
* Fixes which config file is references in Olympus main
This commit is contained in:
committed by
Michal Pristas
parent
6753def0b7
commit
c31dfcb037
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user