-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathserver-boxlang@be.json
More file actions
34 lines (34 loc) · 775 Bytes
/
server-boxlang@be.json
File metadata and controls
34 lines (34 loc) · 775 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
{
"app": {
"cfengine": "boxlang@be",
"serverHomeDirectory": ".engine/boxlang"
},
"name": "cbelasticsearch-boxlang@1",
"force": true,
"openBrowser": false,
"web": {
"directoryBrowsing": true,
"http": {
"port": "60299"
},
"rewrites": {
"enable": "true"
},
"webroot": "test-harness",
"aliases": {
"/moduleroot/cbelasticsearch": "./"
}
},
"fusionreactor": {
"enable": "${FR_ENABLE:false}",
"port": "8088",
"licenseKey": "${FR_LICENSE_KEY}"
},
"JVM": {
"javaVersion": "openjdk21",
"args": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999 -Dboxlang.debugMode=true"
},
"scripts": {
"onServerInitialInstall": "install bx-compat-cfml,bx-esapi --noSave"
}
}