Merge pull request #17 from Icinga/feature/packaging

Updates for packaging
This commit is contained in:
Noah Hilverling 2019-11-28 14:36:45 +01:00 committed by GitHub
commit f8eb69f5e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ type RedisInfo struct {
}
var redisInfo = &RedisInfo{
Port: "6379",
Port: "6380",
PoolSize: 64,
}

View file

@ -1,5 +1,6 @@
[redis]
host="127.0.0.1"
;port=6380
[mysql]
host="127.0.0.1"