From a646e5db1143aac7e3161f944af3d95efd34d662 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 11 Mar 2024 10:39:03 +0100 Subject: [PATCH] lucee 6 and adobe 2023 configs --- server-adobe@2023.json | 21 +++++++++------------ server-lucee@6.json | 23 +++++++++++++++++++++++ 2 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 server-lucee@6.json diff --git a/server-adobe@2023.json b/server-adobe@2023.json index 565f79d..e5abecb 100644 --- a/server-adobe@2023.json +++ b/server-adobe@2023.json @@ -1,8 +1,8 @@ { - "name":"@MODULE_NAME@-adobe@2023", + "name":"cbstorages-adobe@2023", "app":{ "serverHomeDirectory":".engine/adobe2023", - "cfengine":"adobe@2023.0.0-beta.1" + "cfengine":"adobe@2023" }, "web":{ "http":{ @@ -11,19 +11,16 @@ "rewrites":{ "enable":"true" }, - "webroot": "test-harness", - "aliases":{ - "/moduleroot/@MODULE_NAME@":"../" + "webroot":"test-harness", + "aliases":{ + "/moduleroot/cbstorages":"../" } }, - "jvm":{ - "heapSize":"1024" - }, "openBrowser":"false", - "cfconfig": { - "file" : ".cfconfig.json" - }, - "scripts" : { + "cfconfig":{ + "file":".cfconfig.json" + }, + "scripts" : { "onServerInstall":"cfpm install zip,debugger" } } diff --git a/server-lucee@6.json b/server-lucee@6.json new file mode 100644 index 0000000..7a15cce --- /dev/null +++ b/server-lucee@6.json @@ -0,0 +1,23 @@ +{ + "name":"cbstorages-lucee@6", + "app":{ + "serverHomeDirectory":".engine/lucee6", + "cfengine":"lucee@6" + }, + "web":{ + "http":{ + "port":"60299" + }, + "rewrites":{ + "enable":"true" + }, + "webroot":"test-harness", + "aliases":{ + "/moduleroot/cbstorages":"../" + } + }, + "openBrowser":"false", + "cfconfig":{ + "file":".cfconfig.json" + } +}