File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
"rewrites" :{
12
12
"enable" :" true"
13
13
},
14
- "webroot" : " test-harness" ,
14
+ "webroot" :" test-harness" ,
15
15
"aliases" :{
16
16
"/moduleroot/cbmailservices" :" ../"
17
17
}
18
18
},
19
19
"openBrowser" :" false" ,
20
- "cfconfig" : {
21
- "file" : " .cfconfig.json"
22
- }
20
+ "cfconfig" :{
21
+ "file" : " .cfconfig.json"
22
+ }
23
23
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ component{
50
50
// Define the fake smtp server
51
51
this .mail = {
52
52
server = " localhost" ,
53
- port = 25 ,
53
+ port = 25
54
54
};
55
55
56
56
// application start
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ component {
32
32
// Define the fake smtp server
33
33
this .mail = {
34
34
server = " localhost" ,
35
- port = 25 ,
35
+ port = 25
36
36
};
37
37
38
38
// request start
You can’t perform that action at this time.
0 commit comments