datacollect/config/config_real.py
2019-08-19 17:04:09 +08:00

8 lines
218 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': 'real_data'}
influx_meas = 'real_game_data'