mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-25 04:34:23 +08:00
14 lines
359 B
TOML
14 lines
359 B
TOML
# TiFlash tiflash-learner.toml Configuration File reference:
|
|
# https://docs.pingcap.com/tidb/stable/tiflash-configuration#configure-the-tiflash-learnertoml-file
|
|
|
|
log-file = "/logs/tiflash_tikv.log"
|
|
|
|
[server]
|
|
engine-addr = "tiflash:4030"
|
|
addr = "0.0.0.0:20280"
|
|
advertise-addr = "tiflash:20280"
|
|
status-addr = "tiflash:20292"
|
|
|
|
[storage]
|
|
data-dir = "/data/flash"
|