Skip to content

Commit 88c52bc

Browse files
committed
Add Boxlang server.json
1 parent e267fed commit 88c52bc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

[email protected]

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name":"cbwire-boxlang@1",
3+
"app":{
4+
"serverHomeDirectory":".engine/boxlang",
5+
"cfengine":"boxlang@be"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot":"test-harness",
15+
"aliases":{
16+
"/moduleroot/cbwire":"./"
17+
}
18+
},
19+
"openBrowser":"false",
20+
"cfconfig":{
21+
"file":".cfconfig.json"
22+
},
23+
"fusionreactor":{
24+
"enable":false
25+
},
26+
"jvm":{
27+
"heapSize":"1024",
28+
"javaVersion":"openjdk21_jre",
29+
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
30+
},
31+
"scripts":{
32+
"onServerInitialInstall":"install bx-compat-cfml --noSave"
33+
}
34+
}

0 commit comments

Comments
 (0)