24 lines
704 B
INI
24 lines
704 B
INI
[base]
|
|
url_base = https://aeolus.ele.me
|
|
url_login = https://mozi-login.alibaba-inc.com/?APP_NAME=LPD_TEAM_AEOLUS&BACK_URL=
|
|
url_home = https://aeolus.ele.me/dashboard
|
|
url_work = https://r.ele.me/pikipek/schedule.html?platform=fs&subType=team#/group/schedule/work-check?teamId=17407820
|
|
account =
|
|
password =
|
|
# 浏览器驱动,暂只支持 firefox edge chrome(默认)
|
|
driver = chrome
|
|
driver_path_edge = ./edgedriver_win64/msedgedriver.exe
|
|
driver_path_chrome = chromedriver-win64/chromedriver.exe
|
|
# 间隔时间 单位秒 就是每隔多少秒检查一次数据
|
|
interval = 60
|
|
|
|
[web]
|
|
host = 0.0.0.0
|
|
port = 8868
|
|
debug = True
|
|
key =
|
|
|
|
[WebSocket]
|
|
host=127.0.0.1
|
|
port=8868
|
|
WEBSOCKET_URL = ws://127.0.0.1:8868 |