Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
naivekun committed Nov 25, 2020
1 parent 6c7bada commit 15642d0
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,20 @@ Usage of sign-your-horse.exe:
"cloudscan": {
"server_enable": true,
"server": "0.0.0.0:3000",
"usehttps": false,
"usehttps": true,
"srvcert": "cert.pem",
"srvkey": "key.pem",
"ws_api_enable": true,
"ws_api_password": "1145141919810"
},
"cloudscan_client": {
"client_enable": false,
"server": "wss://www.baidu.com/url/ws",
"server": "wss://www.pornhub.com/url/ws",
"ws_api_password": "1145141919810",
"verbose": true,
"heartbeat_interval": 10
},
"provider": [
{
"name": "chaoxing_default",
"module": "chaoxing",
"config": {
"cookie": "",
"useragent": "",
"uid": "",
"courseid": "",
"classid": "",
"interval": 5,
"verbose": true
}
},
{
"name": "chaoxing_cloud_default",
"module": "chaoxing_cloud",
Expand All @@ -69,6 +56,31 @@ Usage of sign-your-horse.exe:
"name": "teachermate_cloud_default",
"module": "teachermate_cloud",
"config": {}
},
{
"name": "chaoxing_default",
"module": "chaoxing",
"config": {
"cookie": "",
"useragent": "",
"uid": "",
"courseid": "",
"classid": "",
"interval": 5,
"tasktime": [
{
"weekday": 1,
"time": "07:50",
"duration": 20
},
{
"weekday": 4,
"time": "13:50",
"duration": 20
}
],
"verbose": true
}
}
],
"reporter": [
Expand Down

0 comments on commit 15642d0

Please sign in to comment.