We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When deploying centrifugo as a docker container, it is preferable to be able to define which redis server to connect to via an environment variable.
By binding the redis_host to an environment variable in main.go this would be possible.
viper.BindEnv("redis_host")