-
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathlucee.json
More file actions
36 lines (36 loc) · 634 Bytes
/
lucee.json
File metadata and controls
36 lines (36 loc) · 634 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
{
"name": "wheels",
"version": "7.0.2.101",
"port": 8080,
"shutdownPort": 8081,
"webroot": "./public",
"openBrowser": true,
"jvm": {
"maxMemory": "512m",
"minMemory": "128m"
},
"urlRewrite": {
"enabled": true,
"routerFile": "index.cfm"
},
"admin": {
"enabled": true
},
"enableLucee": true,
"enableREST": false,
"monitoring": {
"enabled": false,
"jmx": {
"port": 8082
}
},
"configuration": {
"datasources": {},
"mappings": {
"/wheels": "../vendor/wheels",
"/app": "../app",
"/config": "../config",
"/tests": "../tests"
}
}
}