Skip to content

Commit

Permalink
Add password support for worker config
Browse files Browse the repository at this point in the history
  • Loading branch information
urionz committed Jun 13, 2024
1 parent 7fe8f5a commit ee04f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/viper_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func (c *Config) fillDefaultValues() {
"pitaya.worker.concurrency": pitayaConfig.Worker.Concurrency,
"pitaya.worker.redis.pool": pitayaConfig.Worker.Redis.Pool,
"pitaya.worker.redis.url": pitayaConfig.Worker.Redis.ServerURL,
"pitaya.worker.redis.password": pitayaConfig.Worker.Redis.Password,
"pitaya.worker.retry.enabled": pitayaConfig.Worker.Retry.Enabled,
"pitaya.worker.retry.exponential": pitayaConfig.Worker.Retry.Exponential,
"pitaya.worker.retry.max": pitayaConfig.Worker.Retry.Max,
Expand Down

0 comments on commit ee04f5b

Please sign in to comment.