XZZ/config.py

10 lines
106 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-03-16 15:42:57 +08:00
PORT = 5580