XZZ/sample_config.py

9 lines
121 B
Python
Raw Normal View History

2020-02-27 21:47:36 +08:00
ALLWORKERS = ['ping','yiyan','mc',]
APIURL = 'http://127.0.0.1:5700/'
AUTHORIZATION = ''
2020-08-12 19:31:57 +08:00
HOST = '0.0.0.0'
2020-03-16 15:42:57 +08:00
2020-08-12 19:31:57 +08:00
PORT = 5580