config-test.ini 352 B

12345678910111213141516171819202122232425
  1. [mysql]
  2. host = 192.168.0.43
  3. port = 3308
  4. db = db_bjkw
  5. user = root
  6. password = Qx123456
  7. [hbase]
  8. host = 192.168.0.43
  9. port = 8765
  10. table = dataset
  11. [redis]
  12. host = 192.168.0.43
  13. port = 6380
  14. password =
  15. cluster_enable = false
  16. [minio]
  17. endpoint = 192.168.0.43:9000
  18. access_key = kw_minio_test
  19. secret_key = kw_minio_test
  20. bucket_name = kwminiotest
  21. secure = False