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',]
|
ALLWORKERS = ['ping','yiyan','mc',]
|
||||||
|
|
||||||
APIURL = 'http://127.0.0.1:5700/'
|
APIURL = 'http://127.0.0.1:5700/'
|
||||||
|
@ -8,4 +11,6 @@ HOST = '0.0.0.0'
|
||||||
|
|
||||||
PORT = 5580
|
PORT = 5580
|
||||||
|
|
||||||
REMOTE_MC_URL = ''
|
REMOTE_MC_URL = ''
|
||||||
|
|
||||||
|
BINGKEY = ''
|
Loading…
Reference in a new issue