|
@@ -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",
|