|
@@ -3,5 +3,5 @@ package config
|
|
|
// RedisConf is the redis config required for the provisioner container
|
|
// RedisConf is the redis config required for the provisioner container
|
|
|
type RedisConf struct {
|
|
type RedisConf struct {
|
|
|
Host string `env:"REDIS_HOST,default=redis"`
|
|
Host string `env:"REDIS_HOST,default=redis"`
|
|
|
- Port string `env:"REDIS_PORT,default=5432"`
|
|
|
|
|
|
|
+ Port string `env:"REDIS_PORT,default=6379"`
|
|
|
}
|
|
}
|