topfreegames / pitaya

Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
MIT License
2.35k stars 482 forks source link

config WorkerConfig #352

Open CoreELEE opened 1 year ago

CoreELEE commented 1 year ago

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.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. image image