更新Redis连接地址
This commit is contained in:
3
const.py
3
const.py
@@ -31,7 +31,6 @@ RES_CODE = {
|
||||
|
||||
# sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("difyai123456")}@39.170.26.156:8366/test'
|
||||
sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("difyai123456")}@39.170.26.156:8366/test-platform-prod'
|
||||
|
||||
EXECUTE_DB_CONFIG = {
|
||||
'ZHYY': {
|
||||
'st': {
|
||||
@@ -84,4 +83,4 @@ STRESS_URI = 'https://qe.bg.huohua.cn'
|
||||
QE_DOMAIN = 'https://qe.bg.huohua.cn'
|
||||
|
||||
PASSWORD = quote('AcUVeRb8lN')
|
||||
REDIS_URL = 'redis://124.220.32.45:7379/15'
|
||||
REDIS_URL = 'redis://127.0.0.1:7379/15'
|
||||
|
||||
Reference in New Issue
Block a user