datacollect/config/config_real.py
2019-08-19 16:45:37 +08:00

8 lines
219 B
Python

# -*- coding: utf-8 -*-
# gameid,channel,event_type
is_debug = True
My_influx = {'host': '10.10.3.19', 'port': 8086, 'username': 'miles', 'password': 'aspect', 'database': 'useronline'}
influx_meas = 'real_game_data'