Browse Source

Update config.inc.sample

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 years ago
parent
commit
d599d8c22a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Private/config/config.inc.sample

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

@@ -34,8 +34,8 @@ define('TESTING', false);
 //define('CACHE_EXPIRE', 24);
 //define('CACHE_APP_PREFIX', "SS_tosqefv0ct_");
 
-define('APP_NAME', "SnipSwap");
-define('APP_HOST', "yourname-snipwap.com");
+define('APP_NAME', "SwapSnippet");
+define('APP_HOST', "yourname-swapsnippet.com");
 define('APP_PATH', "/var/www/YourWebApp/Public");
 define('APP_SCRIPT_PATH', "/var/www/YourWebApp/Private/scripts");
 define('APP_AJAX_PATH', "/var/www/YourWebApp/Private/scripts_ajax");
@@ -97,8 +97,8 @@ $CONFIG = [
 //      ],
 
   'APP' => [
-      'NAME' => "SnipSwap",
-      'HOST' => "youname-snipswap.com",
+      'NAME' => "SwapSnippet",
+      'HOST' => "youname-swapsnippet.com",
       'PATH' => "/var/www/YourWebApp/Public",
       'SCRIPT_PATH' => "/var/www/YourWebApp/Private/scripts",
       'AJAX_PATH' => "/var/www/YourWebApp/Private/scripts_ajax",