Fixed bugs with --config flag

This commit is contained in:
2026-06-05 21:48:25 -05:00
parent 17117e2376
commit 53b9f30d50
4 changed files with 37 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ type AppConfig struct {
Daemon struct {
ListenAddress string `json:"listen_address"`
}
} `json:"daemon"`
Instances map[string]VsServerConfigOptions `json:"instances"`
}