1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

updated example config

This commit is contained in:
Matthias Hannig 2019-01-24 17:17:52 +01:00
parent 15f2561c87
commit f0d98a69ef

View file

@ -62,6 +62,6 @@ peer_protocol_prefix = 'ID'
pipe_protocol_prefix = 'P'
[cache]
use_redis = true
redis_server = "localhost:6379"
use_redis = false
redis_server = "myredis:6379"
redis_db = 0