constant.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
constant.py
@@ -26,10 +26,14 @@ "db": 0, "pwd": "123456" } if is_windows() else { "host": "172.16.32.15", # "host": "172.16.32.15", # "port": 6379, # "db": 0, # "pwd": "Yeshi2016@" "host": "127.0.0.1", "port": 6379, "db": 0, "pwd": "Yeshi2016@" "pwd": "123456" } MYSQL_CONFIG = {