selenium_elm_fengshen/config.ini

24 lines
704 B
INI
Raw Normal View History

2024-07-22 07:21:36 +00:00
[base]
2024-07-22 08:47:35 +00:00
url_base = https://aeolus.ele.me
2024-07-22 07:21:36 +00:00
url_login = https://mozi-login.alibaba-inc.com/?APP_NAME=LPD_TEAM_AEOLUS&BACK_URL=
url_home = https://aeolus.ele.me/dashboard
2024-07-22 08:47:35 +00:00
url_work = https://r.ele.me/pikipek/schedule.html?platform=fs&subType=team#/group/schedule/work-check?teamId=17407820
account =
password =
2024-07-22 14:39:25 +00:00
# 浏览器驱动,暂只支持 firefox edge chrome(默认)
2024-07-22 07:21:36 +00:00
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
2024-07-22 13:45:14 +00:00
debug = True
2024-07-22 14:39:02 +00:00
key =
2024-07-22 13:45:14 +00:00
[WebSocket]
host=127.0.0.1
port=8868
WEBSOCKET_URL = ws://127.0.0.1:8868