-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
25 lines (25 loc) · 638 Bytes
/
server.json
File metadata and controls
25 lines (25 loc) · 638 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
{
"name":"boxlang-coldbox-start-template",
"app":{
"cfengine":"boxlang@1",
"engineConfigFile":"./runtime/boxlang.json"
},
"jvm":{
"heapSize":"512",
"javaVersion":"openjdk21_jre",
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
},
"web":{
"webroot":"public",
"rewrites":{
"enable":true
},
"aliases":{
"/coldbox/system/exceptions":"./lib/coldbox/system/exceptions/",
"/tests":"./tests/"
}
},
"scripts":{
"onServerInitialInstall":"install bx-esapi"
}
}