You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey! I found a problem.This seems to prevent me from configuring my redis server url.
In the config/config.goServerURL string `mapstructure:"serverurl"` is inconsistent config/viper_config.gopitaya.worker.redis.url
And lost "pitaya.worker.redis.password": workerConfig.Redis.Password,.
I'm not sure there's a similar problem out there.
The text was updated successfully, but these errors were encountered:
hey! I found a problem.This seems to prevent me from configuring my redis server url.
In the
config/config.go
ServerURL string `mapstructure:"serverurl"` is inconsistentconfig/viper_config.go
pitaya.worker.redis.url
And lost
"pitaya.worker.redis.password": workerConfig.Redis.Password,
.I'm not sure there's a similar problem out there.
The text was updated successfully, but these errors were encountered: