增加项目的各个功能
This commit is contained in:
10
const.py
10
const.py
@@ -29,18 +29,18 @@ RES_CODE = {
|
||||
40013: 'scene_id不能为空!'
|
||||
}
|
||||
|
||||
sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("dffa3866-dac8-49b1-a59e-725302bdfa4a")}@172.18.0.1:18366/postgres'
|
||||
sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("difyai123456")}@39.170.26.156:8366/test'
|
||||
EXECUTE_DB_CONFIG = {
|
||||
'ZHYY': {
|
||||
'st': {
|
||||
'host': '172.18.0.1',
|
||||
'host': '124.220.32.45',
|
||||
'port': 18666,
|
||||
'user': 'postgres',
|
||||
'password': '89c75b17-1738-4b7d-b651-4c65a5a662ab',
|
||||
'database': 'smart_management_st'
|
||||
},
|
||||
'dev': {
|
||||
'host': '172.18.0.1',
|
||||
'host': '124.220.32.45',
|
||||
'port': 18566,
|
||||
'user': 'postgres',
|
||||
'password': 'f267abd8-7005-472f-8cef-c1738c691c6c',
|
||||
@@ -56,7 +56,7 @@ EXECUTE_DB_CONFIG = {
|
||||
},
|
||||
'DLZ': {
|
||||
'st': {
|
||||
'host': '172.18.0.1',
|
||||
'host': '124.220.32.45',
|
||||
'port': 18666,
|
||||
'user': 'joyhub',
|
||||
'password': 'e364be29-6089-4610-97d5-0037a28d0703',
|
||||
@@ -82,4 +82,4 @@ STRESS_URI = 'https://qe.bg.huohua.cn'
|
||||
QE_DOMAIN = 'https://qe.bg.huohua.cn'
|
||||
|
||||
PASSWORD = quote('AcUVeRb8lN')
|
||||
REDIS_URL = "redis://:{}@redis.qa.cn:6379/30".format(PASSWORD)
|
||||
REDIS_URL = 'redis://124.220.32.45:7379/15'
|
||||
|
||||
Reference in New Issue
Block a user