Skip to content

Commit 55ac42c

Browse files
committed
missing servers
1 parent 4eb3105 commit 55ac42c

5 files changed

+138
-0
lines changed

[email protected]

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name":"cbemoji-adobe@2021",
3+
"app":{
4+
"serverHomeDirectory":".engine/adobe2021",
5+
"cfengine":"adobe@2021"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot": "test-harness",
15+
"aliases":{
16+
"/moduleroot/cbemoji":"../"
17+
}
18+
},
19+
"jvm":{
20+
"heapSize":"1024",
21+
"javaVersion":"openjdk11_jre"
22+
},
23+
"openBrowser":"false",
24+
"cfconfig": {
25+
"file" : ".cfconfig.json"
26+
},
27+
"scripts" : {
28+
"onServerInstall":"cfpm install zip,debugger"
29+
}
30+
}

[email protected]

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name":"cbemoji-adobe@2023",
3+
"app":{
4+
"serverHomeDirectory":".engine/adobe2023",
5+
"cfengine":"adobe@2023"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot": "test-harness",
15+
"aliases":{
16+
"/moduleroot/cbemoji":"../"
17+
}
18+
},
19+
"jvm":{
20+
"heapSize":"1024"
21+
},
22+
"openBrowser":"false",
23+
"cfconfig": {
24+
"file" : ".cfconfig.json"
25+
},
26+
"scripts" : {
27+
"onServerInstall":"cfpm install zip,debugger"
28+
}
29+
}

[email protected]

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

[email protected]

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name":"cbemoji-lucee@5",
3+
"app":{
4+
"serverHomeDirectory":".engine/lucee5",
5+
"cfengine":"lucee@5"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot": "test-harness",
15+
"aliases":{
16+
"/moduleroot/cbemoji":"../"
17+
}
18+
},
19+
"openBrowser":"false",
20+
"cfconfig": {
21+
"file" : ".cfconfig.json"
22+
}
23+
}

[email protected]

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name":"cbemoji-lucee@6",
3+
"app":{
4+
"serverHomeDirectory":".engine/lucee6",
5+
"cfengine":"lucee@6"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot": "test-harness",
15+
"aliases":{
16+
"/moduleroot/cbemoji":"../"
17+
}
18+
},
19+
"openBrowser":"false",
20+
"cfconfig": {
21+
"file" : ".cfconfig.json"
22+
}
23+
}

0 commit comments

Comments
 (0)