You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
279 B
9 lines
279 B
# config script
|
|
|
|
_SQL_IP = "120.26.116.243" # 数据库IP
|
|
_EXA_IP = "120.26.116.243" # EXA IP
|
|
_CLEAN_IP = "172.28.137.231:8098" # EXA清洗接口IP
|
|
_PORT = 3306 # port
|
|
_DM_URL = "jdbc:dm://120.26.116.243:5236?schema=ALERT"
|
|
_DM_USER = "SYSDBA"
|
|
_DM_PASSWORD = "powerSIS123"
|
|
|