mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
VolatileState: Use 6380 as default redis port
This commit is contained in:
parent
604246290d
commit
9bf2acaff4
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class VolatileState implements RetrieveBehavior
|
|||
$redis = new Redis();
|
||||
$redis->connect(
|
||||
$config->get('host', 'redis'),
|
||||
$config->get('port', 6379)
|
||||
$config->get('port', 6380)
|
||||
);
|
||||
|
||||
$this->state = new RedisState($redis);
|
||||
|
|
|
|||
Loading…
Reference in a new issue