Meng Sen 087680f88f 发布 Dify 1.0.0 暂不可用
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-02-18 12:09:38 +08:00

20 lines
406 B
TOML

# TiFlash tiflash.toml Configuration File reference:
# https://docs.pingcap.com/tidb/stable/tiflash-configuration#configure-the-tiflashtoml-file
listen_host = "0.0.0.0"
path = "/data"
[flash]
tidb_status_addr = "tidb:10080"
service_addr = "tiflash:4030"
[flash.proxy]
config = "/tiflash-learner.toml"
[logger]
errorlog = "/logs/tiflash_error.log"
log = "/logs/tiflash.log"
[raft]
pd_addr = "pd0:2379"