promotion/config.py
2019-07-08 15:59:59 +08:00

7 lines
398 B
Python

# -*- coding: utf-8 -*-
redis_company_config = {'host': '192.168.100.20', 'port': 6379, 'db': 1}
expire_time = 7200
mysql_promotion_config = {'user': 'miles', 'pswd': 'aspect', 'host': '192.168.100.30', 'db': 'test'}
#mysql_promotion_config = {'user': 'mytga', 'pswd': 'gzVwh4HGR68G', 'host': '10.10.3.5', 'db': 'games_report'}
#redis_company_config = {'host': '10.10.3.10', 'port': 6379, 'db': 2}