tiflash.toml 406 B

1234567891011121314151617181920
  1. # TiFlash tiflash.toml Configuration File reference:
  2. # https://docs.pingcap.com/tidb/stable/tiflash-configuration#configure-the-tiflashtoml-file
  3. listen_host = "0.0.0.0"
  4. path = "/data"
  5. [flash]
  6. tidb_status_addr = "tidb:10080"
  7. service_addr = "tiflash:4030"
  8. [flash.proxy]
  9. config = "/tiflash-learner.toml"
  10. [logger]
  11. errorlog = "/logs/tiflash_error.log"
  12. log = "/logs/tiflash.log"
  13. [raft]
  14. pd_addr = "pd0:2379"