update
This commit is contained in:
parent
1985d84fcd
commit
b7b0c8c37c
1 changed files with 6 additions and 1 deletions
|
@ -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 = ''
|
Loading…
Reference in a new issue