Skip to content

Commit c4b7f03

Browse files
committed
oops
1 parent 5821a73 commit c4b7f03

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

server-boxlang@1.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app":{
3-
"cfengine":"/Users/lmajano/Sites/projects/boxlang-servlet/build/distributions/boxlang-servlet-1.0.0-snapshot.zip",
3+
"cfengine":"boxlang@be",
44
"serverHomeDirectory":".engine/boxlang"
55
},
66
"name":"coldbox-boxlang",
@@ -20,16 +20,16 @@
2020
},
2121
"JVM":{
2222
"heapSize":"1024",
23-
"javaVersion":"openjdk21_jdk",
24-
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
23+
"javaVersion":"openjdk21_jdk",
24+
"args": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
2525
},
2626
"cfconfig":{
2727
"file":".cfconfig.json"
2828
},
2929
"env":{
30-
"BOXLANG_DEBUG":true
30+
"BOXLANG_DEBUG": true
3131
},
32-
"scripts":{
33-
"onServerInitialInstall":"install bx-orm,bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
34-
}
32+
"scripts" : {
33+
"onServerInitialInstall":"install bx-orm,bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
34+
}
3535
}

setup.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)