XZZ/sample_config.py

16 lines
184 B
Python
Raw Permalink Normal View History

2021-08-12 19:19:03 +08:00
from config import BINGKEY
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-12-18 21:03:30 +08:00
PORT = 5580
2021-08-12 19:19:03 +08:00
REMOTE_MC_URL = ''
BINGKEY = ''