We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3bde commit 4abcf37Copy full SHA for 4abcf37
system/boilerplate/systemsetup/config.php
@@ -7,6 +7,8 @@
7
$HAXCMS->superUser->password = 'jimmerson';
8
// set basePath to be the haxCMS location we've got this placed at
9
$HAXCMS->basePath = '/';
10
+// force https for load balanced situations where detection is not accurate
11
+//$HAXCMS->protocol = 'https';
12
// this ensures certain things are disabled in order to more effectively
13
// do development on the platform itself. Useful for testing output and
14
// what not. this applies to ALL REQUESTS asking for it.
0 commit comments