|
@@ -10,14 +10,18 @@ class Global(object):
|
|
|
"""
|
|
|
"""
|
|
|
|
|
|
+
|
|
|
save_dir = r'C:\logs'
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
emqx_factory = importlib.import_module(f"xclient.xmqtt")
|
|
|
emqx_host = '127.0.0.1'
|
|
|
emqx_port = 41883
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
aps = importlib.import_module(f"xpip.xapscheduler").APS(db_type='mongo',
|
|
|
db_host='127.0.0.1',
|
|
@@ -29,10 +33,3 @@ class Global(object):
|
|
|
mdb = importlib.import_module(f"xclient.xmongo").Client(host='127.0.0.1', port=47017, database='bg',
|
|
|
username='admin', password='admin')
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|