Skip to content

Commit

Permalink
invalid port for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 10, 2024
1 parent 1a63eb6 commit aaf33db
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"app":{
"cfengine":"boxlang@be",
"serverHomeDirectory":".engine/boxlang"
},
"name":"testbox-boxlang",
"force":true,
"openBrowser":false,
"web":{
"name":"testbox-boxlang",
"force":true,
"openBrowser":false,
"web":{
"directoryBrowsing":true,
"http":{
"port":"8599"
},
"rewrites":{
"enable":true
},
"aliases":{
"/testbox":"./"
"port":"49616"
}
},
"app":{
"cfengine":"boxlang@be",
"serverHomeDirectory":".engine/boxlang"
},
"JVM":{
"heapSize":"1024",
"javaVersion":"openjdk21_jdk",
"args": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
},
Expand Down

0 comments on commit aaf33db

Please sign in to comment.