File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 10
10
{
11
11
"cache" :true ,
12
12
"cacheDuration" :10 ,
13
- "host" :" jsonplaceholder.typicode.com " ,
13
+ "host" :" ${jsonhost} " ,
14
14
"hostHeader" :" " ,
15
15
"path" :" /albums/.*" ,
16
16
"port" :80 ,
19
19
{
20
20
"cache" :true ,
21
21
"cacheDuration" :10 ,
22
- "host" :" jsonplaceholder.typicode.com " ,
22
+ "host" :" ${jsonhost} " ,
23
23
"hostHeader" :" " ,
24
24
"path" :" /comments/.*" ,
25
25
"port" :80 ,
28
28
{
29
29
"cache" :true ,
30
30
"cacheDuration" :10 ,
31
- "host" :" jsonplaceholder.typicode.com " ,
31
+ "host" :" ${jsonhost} " ,
32
32
"hostHeader" :" " ,
33
33
"path" :" /photos/.*" ,
34
34
"port" :80 ,
37
37
{
38
38
"cache" :true ,
39
39
"cacheDuration" :10 ,
40
- "host" :" jsonplaceholder.typicode.com " ,
40
+ "host" :" ${jsonhost} " ,
41
41
"hostHeader" :" " ,
42
42
"path" :" /posts/.*" ,
43
43
"port" :80 ,
46
46
{
47
47
"cache" :true ,
48
48
"cacheDuration" :10 ,
49
- "host" :" jsonplaceholder.typicode.com " ,
49
+ "host" :" ${jsonhost} " ,
50
50
"hostHeader" :" " ,
51
51
"path" :" /todos/.*" ,
52
52
"port" :80 ,
55
55
{
56
56
"cache" :true ,
57
57
"cacheDuration" :10 ,
58
- "host" :" jsonplaceholder.typicode.com " ,
58
+ "host" :" ${jsonhost} " ,
59
59
"hostHeader" :" " ,
60
60
"path" :" /users/.*" ,
61
61
"port" :80 ,
77
77
"track" :false
78
78
},
79
79
"variables" :{
80
- "a" :" AAaaa" ,
81
- "b" :" bb"
80
+ "ab" :" abbb" ,
81
+ "aye" :" AAaaa" ,
82
+ "b" :" bbeee" ,
83
+ "jsonhost" :" jsonplaceholder.typicode.com"
82
84
}
83
85
}
You can’t perform that action at this time.
0 commit comments