Merge branch 'v5' into telackey/metrics2
All checks were successful
Test / Run unit and integration tests (pull_request) Successful in 4m37s
Test / Run compliance tests (pull_request) Successful in 5m3s

This commit is contained in:
Thomas E Lackey 2023-10-09 20:24:07 +00:00
commit 2542dcd401

View File

@ -163,8 +163,10 @@ func (c *ServiceConfig) Init() error {
viper.BindEnv(SNAPSHOT_WORKERS_TOML, SNAPSHOT_WORKERS)
viper.BindEnv(SNAPSHOT_RECOVERY_FILE_TOML, SNAPSHOT_RECOVERY_FILE)
viper.BindEnv(PROM_DB_STATS_TOML, PROM_DB_STATS)
viper.BindEnv(PROM_HTTP_TOML, PROM_HTTP)
viper.BindEnv(PROM_HTTP_ADDR_TOML, PROM_HTTP_ADDR)
viper.BindEnv(PROM_HTTP_PORT_TOML, PROM_HTTP_PORT)
viper.BindEnv(PROM_METRICS_TOML, PROM_METRICS)
viper.BindEnv(SNAPSHOT_ACCOUNTS_TOML, SNAPSHOT_ACCOUNTS)