forked from Ortus-Solutions/ContentBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 659 Bytes
/
Copy pathserver.json
File metadata and controls
26 lines (26 loc) · 659 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
{
"force": true,
"app": {
"serverHomeDirectory": ".engines/lucee4"
},
"name": "cbcms-lucee",
"web": {
"rewrites": {
"enable": "true"
},
"http": {
"port": "8589"
}
},
"JVM": {
"heapSize": "768"
},
"trayicon": "modules_app/contentbox-custom/_content/ContentBox_300.png",
"trayOptions": [{
"label": "Open ContentBox Admin",
"action": "openbrowser",
"url": "http://\\${runwar.host}:\\${runwar.port}/cbadmin",
"disabled": false,
"image": "modules_app/contentbox-custom/_content/ContentBox-Circle_32.png"
}]
}