Skip to content

Commit

Permalink
missing servers
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 20, 2025
1 parent 4eb3105 commit 55ac42c
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 0 deletions.
30 changes: 30 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name":"cbemoji-adobe@2021",
"app":{
"serverHomeDirectory":".engine/adobe2021",
"cfengine":"adobe@2021"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbemoji":"../"
}
},
"jvm":{
"heapSize":"1024",
"javaVersion":"openjdk11_jre"
},
"openBrowser":"false",
"cfconfig": {
"file" : ".cfconfig.json"
},
"scripts" : {
"onServerInstall":"cfpm install zip,debugger"
}
}
29 changes: 29 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name":"cbemoji-adobe@2023",
"app":{
"serverHomeDirectory":".engine/adobe2023",
"cfengine":"adobe@2023"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbemoji":"../"
}
},
"jvm":{
"heapSize":"1024"
},
"openBrowser":"false",
"cfconfig": {
"file" : ".cfconfig.json"
},
"scripts" : {
"onServerInstall":"cfpm install zip,debugger"
}
}
33 changes: 33 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name":"cbemoji-boxlang@1",
"app":{
"serverHomeDirectory":".engine/boxlang",
"cfengine":"boxlang@1"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbemoji":"../"
}
},
"JVM":{
"heapSize":"1024",
"javaVersion":"openjdk21_jre",
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
},
"openBrowser":"false",
"cfconfig":{
"file":".cfconfig.json"
},
"env":{
},
"scripts":{
"onServerInitialInstall":"install bx-compat-cfml --noSave"
}
}
23 changes: 23 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name":"cbemoji-lucee@5",
"app":{
"serverHomeDirectory":".engine/lucee5",
"cfengine":"lucee@5"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbemoji":"../"
}
},
"openBrowser":"false",
"cfconfig": {
"file" : ".cfconfig.json"
}
}
23 changes: 23 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name":"cbemoji-lucee@6",
"app":{
"serverHomeDirectory":".engine/lucee6",
"cfengine":"lucee@6"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbemoji":"../"
}
},
"openBrowser":"false",
"cfconfig": {
"file" : ".cfconfig.json"
}
}

0 comments on commit 55ac42c

Please sign in to comment.