-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlucee.json
More file actions
49 lines (49 loc) · 957 Bytes
/
lucee.json
File metadata and controls
49 lines (49 loc) · 957 Bytes
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
{
"name" : "bitbucket",
"version" : "1.0.0",
"lucee" : {
"version" : "7.0.2.101-SNAPSHOT",
"variant" : "standard"
},
"port" : 8001,
"shutdownPort" : 9001,
"webroot" : "./",
"dependencies" : {
"testbox" :{
"version" : "6.5.0+18",
"source":"forgebox",
"installPath": "dependencies/testbox",
"mapping": "/testbox"
}
},
"ajp" : {
"enabled" : false
},
"monitoring" : {
"enabled" : false,
"jmx" : {
"port" : 8999
}
},
"jvm" : {
"maxMemory" : "512m",
"minMemory" : "128m",
"additionalArgs" : [ ]
},
"urlRewrite" : {
"enabled" : false,
"routerFile" : "index.cfm",
"configFile" : "rewrite.config"
},
"admin" : {
"enabled" : true,
"password" : ""
},
"enableLucee" : true,
"enableREST" : false,
"agents" : { },
"openBrowser" : true,
"openBrowserURL" : "http://localhost:8001/tests",
"envVars" : { },
"environments" : { }
}