9 lines
308 B
Python
9 lines
308 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# gameid,channel,event_type
|
|
is_debug = True
|
|
|
|
DB = {'user': 'mytga', 'pswd': 'gzVwh4HGR68G', 'host': '10.10.3.5', 'db': 'games_report'}
|
|
My_influx = {'host': '10.10.3.19', 'port': 8086, 'username': 'miles', 'password': 'aspect', 'database': 'real_data'}
|
|
influx_meas = 'real_game_data'
|