Skip to content

Commit

Permalink
Stop using 2023 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Jan 22, 2025
1 parent 49726f1 commit b22f41a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name":"mementifier-adobe@2023",
"name":"cbstreams-adobe@2023",
"app":{
"serverHomeDirectory":".engine/adobe2023",
"cfengine":"adobe@2023.0.0-beta.1"
"cfengine":"adobe@2023"
},
"web":{
"http":{
Expand All @@ -11,19 +11,19 @@
"rewrites":{
"enable":"true"
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/mementifier":"../"
"webroot":"test-harness",
"aliases":{
"/moduleroot/cbstreams":"../"
}
},
"jvm":{
"heapSize":"1024"
},
"openBrowser":"false",
"cfconfig": {
"file" : ".cfconfig.json"
},
"scripts" : {
"cfconfig":{
"file":".cfconfig.json"
},
"scripts":{
"onServerInstall":"cfpm install zip,debugger"
}
}

0 comments on commit b22f41a

Please sign in to comment.