Commit 26b17079 authored by huangziyu's avatar huangziyu

1

parent 4aab3742
username = 'xxx'
password = 'xxx'
\ No newline at end of file
......@@ -30,9 +30,10 @@ mysql_zdzs_proxy_host = '59.110.219.171'
mysql_zdzs_proxy_user = 'zgcindex'
mysql_zdzs_proxy_password = 'zgcprice2019'
mysql_zdzs_proxy_database = 'zdzs_proxy'
username = '13311252087'
import config
username = config.username
# 登陆密码
password = 'zaijian666'
password = config.password
# mysql_zdzs_proxy_host = '59.110.219.171'
# mysql_zdzs_proxy_user = 'zgcindex'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment