d4-core/server/configs/server.conf.sample

40 lines
553 B
Plaintext
Raw Normal View History

[Save_Directories]
# By default all datas are saved in $D4_HOME/data/
use_default_save_directory = yes
save_directory = None
[D4_Server]
2019-10-01 13:25:43 +02:00
# registration or shared-secret
server_mode = registration
analyzer_queues_max_size = 10000
2019-11-25 16:28:20 +01:00
[Flask_Server]
# UI port number
host = 127.0.0.1
2020-01-21 11:52:44 +01:00
port = 7000
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