2019-03-26 15:21:36 +01:00
|
|
|
[Save_Directories]
|
|
|
|
# By default all datas are saved in $D4_HOME/data/
|
|
|
|
use_default_save_directory = yes
|
|
|
|
save_directory = None
|
|
|
|
|
2019-10-01 11:26:14 +02:00
|
|
|
[D4_Server]
|
2019-10-01 13:25:43 +02:00
|
|
|
# registration or shared-secret
|
|
|
|
server_mode = registration
|
2019-11-25 16:28:20 +01:00
|
|
|
|
|
|
|
[Redis_STREAM]
|
|
|
|
host = localhost
|
|
|
|
port = 6379
|
|
|
|
db = 0
|
|
|
|
|
|
|
|
[Redis_METADATA]
|
|
|
|
host = localhost
|
|
|
|
port = 6380
|
|
|
|
db = 0
|
|
|
|
|
|
|
|
[Redis_SERV]
|
|
|
|
host = localhost
|
|
|
|
port = 6380
|
|
|
|
db = 1
|
|
|
|
|
|
|
|
[Redis_ANALYZER]
|
|
|
|
host = localhost
|
|
|
|
port = 6380
|
|
|
|
db = 2
|
|
|
|
|
|
|
|
[Redis_CACHE]
|
|
|
|
host = localhost
|
|
|
|
port = 6380
|
|
|
|
db = 3
|