|
@@ -16,11 +16,11 @@ class Global(object):
|
|
emqx_host = '127.0.0.1'
|
|
emqx_host = '127.0.0.1'
|
|
emqx_port = 41883
|
|
emqx_port = 41883
|
|
|
|
|
|
- # --- 湛江现场
|
|
|
|
- # save_dir = r'E:\logs' # 湛江现场环境(容量为512G)
|
|
|
|
|
|
+ # --- 湛江现场 ----
|
|
|
|
+ # save_dir = r'E:\logs' # 容量为512G
|
|
# emqx_factory = importlib.import_module(f"xclient.xmqtt")
|
|
# emqx_factory = importlib.import_module(f"xclient.xmqtt")
|
|
# emqx_host = '127.0.0.1'
|
|
# emqx_host = '127.0.0.1'
|
|
- # emqx_port = 41881 # 湛江现场
|
|
|
|
|
|
+ # emqx_port = 41881
|
|
|
|
|
|
# --- 定时执行组件 ---
|
|
# --- 定时执行组件 ---
|
|
aps = importlib.import_module(f"xpip.xapscheduler").APS(db_type='mongo',
|
|
aps = importlib.import_module(f"xpip.xapscheduler").APS(db_type='mongo',
|
|
@@ -32,4 +32,3 @@ class Global(object):
|
|
# --- 业务数据数据库 ---
|
|
# --- 业务数据数据库 ---
|
|
mdb = importlib.import_module(f"xclient.xmongo").Client(host='127.0.0.1', port=47017, database='bg',
|
|
mdb = importlib.import_module(f"xclient.xmongo").Client(host='127.0.0.1', port=47017, database='bg',
|
|
username='admin', password='admin')
|
|
username='admin', password='admin')
|
|
-
|
|
|