数据库配置

parent 107540c3
......@@ -27,7 +27,7 @@ tamp_user_engine = create_engine(
db=config[env]['MySQL']['tamp_user_db'],
host=config[env]['MySQL']['host'],
port=config[env]['MySQL']['port'],
user=config[env]['MySQL']['user'],
user=config[env]['MySQL']['user2'],
password=config[env]['MySQL']['password'],
charset="utf8"
),
......
......@@ -49,6 +49,7 @@ prod:
host: pc-uf666afrpfg8yj768.rwlb.rds.aliyuncs.com
port: 3306
user: tamp_pay
user2: tamp_user
password: '@imeng123'
redis:
host: r-uf6atruhdbq89enqz0.redis.rds.aliyuncs.com
......
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