浏览代码

Update config.inc.sample

Dan Nuggetsman 2 周之前
父节点
当前提交
6418d1441b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Private/config/config.inc.sample

+ 2 - 2
Private/config/config.inc.sample

@@ -33,7 +33,7 @@ define('PUBLIC_VIEW', "2");
 define('APP_NAME', "Msg");
 define('APP_TITLE', "Msg: everyone its msgbox.");
 define('APP_SALT', "yoursalt");
-define('APP_HOST', "msg.yourname.com");
+define('APP_HOST', "yoursitename.xyz");
 define('APP_PATH', "/var/www/yourpathto/Public");
 define('APP_HOME_PATH', "/var/www/yourpathto/Public/home.php");
 define('APP_PRIVATE_PATH', "/var/www/yourpathto/Private");
@@ -80,7 +80,7 @@ $CONFIG = [
       'NAME' => "Msg",
       'TITLE' => "Msg: everyone its msgbox.",
       'SALT' => "yoursalt",        
-      'HOST' => "msg.yourname.com", 
+      'HOST' => "yoursitename.xyz", 
       'PATH' => "/var/www/yourpathto/Public",
       'HOME_PATH' => "",
       'PRIVATE_PATH' => "/var/www/yourpathto/Private",