forked from cybersonic/LuCLI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlucee.json
More file actions
47 lines (47 loc) · 824 Bytes
/
Copy pathlucee.json
File metadata and controls
47 lines (47 loc) · 824 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
{
"name" : "LuCLI",
"version" : "1.0.0",
"lucee" : {
"version" : "7.0.4.34",
"variant" : "standard"
},
"port" : 3456,
"https" : {
"enabled" : true
},
"shutdownPort" : 9010,
"webroot" : "./",
"ajp" : {
"enabled" : false
},
"monitoring" : {
"enabled" : false,
"jmx" : {
"port" : 8001
}
},
"jvm" : {
"maxMemory" : "5g",
"minMemory" : "128m",
"additionalArgs" : [ ]
},
"urlRewrite" : {
"enabled" : false,
"routerFile" : "index.cfm",
"configFile" : "urlrewrite.xml"
},
"admin" : {
"enabled" : false,
"password" : ""
},
"enableLucee" : true,
"enableREST" : false,
"agents" : { },
"openBrowser" : true,
"configuration" : {
"datasources" : { },
"mappings" : { }
},
"envVars" : { },
"environments" : { }
}