local:
  kafka:
    host: 172.16.30.17:9092
    topics:
      - { "topic": "tp_client_conn", "partition": 0 }
      - { "topic": "sys_login", "partition": 0 }
      - { "topic": "tp_client_session", "partition": 0 }
      - { "topic": "tp_client_operation", "partition": 0 }
      - { "topic": "tp_share_conn", "partition": 0 }
  mysql:
    host: 172.16.30.17
    user: root
    password: 123456
    database: climb
    port: 3307
  maintainmail: dev.shadowfox.cc:34500

dev:
  kafka:
    host: kafkas:9092
    topics:
      - { "topic": "tp_client_conn", "partition": 0 }
      - { "topic": "sys_login", "partition": 0 }
      - { "topic": "tp_client_session", "partition": 0 }
      - { "topic": "tp_client_operation", "partition": 0 }
      - { "topic": "tp_share_conn", "partition": 0 }
      - { "topic": "user_register", "partition": 0 }
  mysql:
    host: mysql
    user: root
    password: 123456
    database: climb
    port: 3307
  maintainmail: maintainmail:34500

test:
  kafka:
    host: kafkas:9092
    topics:
      - { "topic": "tp_client_conn", "partition": 0 }
      - { "topic": "sys_login", "partition": 0 }
      - { "topic": "tp_client_session", "partition": 0 }
      - { "topic": "tp_client_operation", "partition": 0 }
      - { "topic": "tp_share_conn", "partition": 0 }
      - { "topic": "user_register", "partition": 0 }
  mysql:
    host: mysql
    user: root
    password: 123456
    database: climb
    port: 3307
  maintainmail: maintainmail:34500

prod:
  kafka:
    host: kafkas:9092
    topics:
      - { "topic": "tp_client_conn", "partition": 0 }
      - { "topic": "sys_login", "partition": 0 }
      - { "topic": "tp_client_session", "partition": 0 }
      - { "topic": "tp_client_operation", "partition": 0 }
      - { "topic": "tp_share_conn", "partition": 0 }
      - { "topic": "user_register", "partition": 0 }
  mysql:
    host: climbvpn.cbrhwddmnfax.ap-southeast-1.rds.amazonaws.com
    user: cliUsr
    password: CLiE^R#(WW&%A9QEDp201252*92VPusS#$8203t
    database: climb
    port: 33061
  maintainmail: maintainmail:34500
