15 lines
236 B
TOML
15 lines
236 B
TOML
[controller.redis.write]
|
|
host = 'localhost'
|
|
port = 17859
|
|
|
|
[controller.redis.read]
|
|
host = 'localhost'
|
|
port = 17859
|
|
|
|
[worker.clickhouse.write]
|
|
host = 'localhost'
|
|
port = 17858
|
|
username = 'default'
|
|
password = ''
|
|
database = 'phasm_platform'
|