-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
<meta name="description" content="ColdBox Application Template"> | ||
<meta name="author" content="Ortus Solutions, Corp"> | ||
|
||
<!---Base URL ---> | ||
<base href="#event.getHTMLBaseURL()#" /> | ||
<!---Base URL | ||
<base href="#event.getHTMLBaseURL()#" />---> | ||
|
||
<!---css ---> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -85,7 +85,6 @@ | |
<hr class="dropdown-divider"> | ||
</li> | ||
<li class="p-2"> | ||
<img class="rounded mx-auto block" width="150" src="includes/images/ColdBoxLogo2015_300.png" alt="logo"/> | ||
</li> | ||
</ul> | ||
</li> | ||
|
4 changes: 2 additions & 2 deletions
4
...s/loadtests/beload/[email protected] → ...s/loadtests/beload/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"app":{ | ||
"cfengine":"boxlang@be" | ||
}, | ||
"name":"beload-boxlang", | ||
"JVM":{ | ||
"heapSize":"512", | ||
"javaVersion":"openjdk21_jre" | ||
}, | ||
"web":{ | ||
"rewrites":{ | ||
"enable":"false" | ||
}, | ||
"http":{ | ||
"port":"8701" | ||
} | ||
}, | ||
"scripts":{ | ||
"onServerInitialInstall":"install bx-compat-cfml --noSave" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters