|
|
@@ -55,7 +55,7 @@ define('APP_TITLE', "TheMultiversed.org: everyone its netbuddies.");
|
|
|
define('APP_HASH', "");
|
|
|
define('APP_SALT', "yoursalt");
|
|
|
|
|
|
-define('APP_HOST', "YourMultiversedOrg.com");
|
|
|
+define('APP_HOST', "yoursitename.xyz");
|
|
|
define('APP_PATH', "/var/www/YourWebApp/Public");
|
|
|
define('APP_HOME_PATH', "");
|
|
|
define('APP_PRIVATE_PATH', "/var/www/YourWebApp/Private");
|
|
|
@@ -114,7 +114,7 @@ $CONFIG = [
|
|
|
// salt: your_salt
|
|
|
'HASH' => "",
|
|
|
'SALT' => "yoursalt",
|
|
|
- 'HOST' => "YourMultiversedorg.com",
|
|
|
+ 'HOST' => "yoursitename.xyz",
|
|
|
'PATH' => "/var/www/YourWebApp/Public",
|
|
|
'HOME_PATH' => "",
|
|
|
'PRIVATE_PATH' => "/var/www/YourWebApp/Private",
|