mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #17 from Icinga/feature/packaging
Updates for packaging
This commit is contained in:
commit
f8eb69f5e5
2 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ type RedisInfo struct {
|
|||
}
|
||||
|
||||
var redisInfo = &RedisInfo{
|
||||
Port: "6379",
|
||||
Port: "6380",
|
||||
PoolSize: 64,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[redis]
|
||||
host="127.0.0.1"
|
||||
;port=6380
|
||||
|
||||
[mysql]
|
||||
host="127.0.0.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue