Skip to content

Commit

Permalink
lucee 6 and adobe 2023 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 11, 2024
1 parent 8724f3c commit a646e5d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
21 changes: 9 additions & 12 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -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":{
Expand All @@ -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"
}
}
23 changes: 23 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a646e5d

Please sign in to comment.