Commit 6f297b1a by lichenggang

update

parent d3030da7
Showing with 3 additions and 2 deletions
......@@ -28,9 +28,10 @@ UP_SET = {
def get_mysql_conf(db):
host = HOST_SET[ENV]
if ENV == 'test' and db in ['hc360']:
host = HOST_SET['test234']
if db in ['hc360']:
db = 'bigdata'
if ENV == 'test' :
host = HOST_SET['test234']
up = UP_SET[ENV]
conf = {
'host': host,
......
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 sign in to comment