-
Notifications
You must be signed in to change notification settings - Fork 1
/
shmSetting.json
50 lines (50 loc) · 1.22 KB
/
shmSetting.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"shmMode": "public",
"workspace": "/project",
"httpPort": 3333,
"httpsPort": 3443,
"apiPath": "/api",
"sessionSign": "_session@shm_",
"sessionExpire": 28800000,
"scheduleMode": "manual",
"shmTimezone": null,
"shmToken": "df343#1$2321",
"loopSchedule": "HandowLab,FormStoryPlan,XHRStoryPlan",
"autoShowReport": false,
"startPop": false,
"schedules": [
{
"plans": "HandowLab,FormStoryPlan",
"startAt": "14:45:00"
},
{
"plans": "HandowLab,XHRStoryPlan",
"startAt": "00:00:00"
}
],
"users": [
{
"username": "user",
"email": "[email protected]",
"role": "user",
"password": "user"
},
{
"username": "admin",
"email": "[email protected]",
"role": "admin",
"password": "admin"
}
],
"hdwConfig": {
"consoleOutput": "story",
"localRender": false,
"localAutoRender": false,
"outputSkipInfo": false,
"pwtAPI": "chromium",
"browserSessionScope": "plan",
"headless": true,
"workers": 3,
"saveJsonReport": false
}
}