mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
pkg/config: make StatsExporter consistent with config.toml (#1072)
This commit is contained in:
@@ -60,6 +60,7 @@ func createDefault() *Config {
|
||||
ProtocolWorkers: 30,
|
||||
LogLevel: "debug",
|
||||
CloudRuntime: "none",
|
||||
StatsExporter: "prometheus",
|
||||
TimeoutConf: TimeoutConf{Timeout: 300},
|
||||
StorageType: "memory",
|
||||
Port: ":3000",
|
||||
|
||||
Reference in New Issue
Block a user