This commit is contained in:
SiHuan 2021-08-12 19:19:03 +08:00
parent 1985d84fcd
commit b7b0c8c37c
No known key found for this signature in database
GPG key ID: A047C9783A4C18AA

View file

@ -1,3 +1,6 @@
from config import BINGKEY
ALLWORKERS = ['ping','yiyan','mc',]
APIURL = 'http://127.0.0.1:5700/'
@ -9,3 +12,5 @@ HOST = '0.0.0.0'
PORT = 5580
REMOTE_MC_URL = ''
BINGKEY = ''