diff --git a/config/config_real.py b/config/config_real.py index 8f0b6ab..f9980ee 100644 --- a/config/config_real.py +++ b/config/config_real.py @@ -3,5 +3,6 @@ # 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'