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