mirror of https://github.com/D4-project/d4-core
34 lines
458 B
Plaintext
34 lines
458 B
Plaintext
[Save_Directories]
|
|
# By default all datas are saved in $D4_HOME/data/
|
|
use_default_save_directory = yes
|
|
save_directory = None
|
|
|
|
[D4_Server]
|
|
# registration or shared-secret
|
|
server_mode = registration
|
|
|
|
[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
|