summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/global_config.php.sample5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/global_config.php.sample b/etc/global_config.php.sample
index bb8a4bb4..c189249f 100755
--- a/etc/global_config.php.sample
+++ b/etc/global_config.php.sample
@@ -9,7 +9,7 @@
$REEVO_PATH = "/srv/reevotech";
$REEVO_URL = "reevo.test";
-$REEVO_URL_CRM = "reevo.org";
+$REEVO_CODENAME = "reevo";
$REEVO_PROTOCOL = "http";
@@ -17,7 +17,6 @@ $REEVO_DB_USER = "";
$REEVO_DB_PASS = "";
$REEVO_DB_WIKI = "reevotech_wiki";
-$REEVO_DB_WP = "reevotech_wp";
$REEVO_DB_CRM = "reevotech_crm";
$REEVO_WIKI_API_USER = "";
@@ -46,7 +45,7 @@ $WP_REEVO_NONCE_SALT = '';
if( strpos( $REEVO_URL, 'test' ) !== false) {
$wgShowExceptionDetails = true;
$wgDebugComments = true;
- $wgDebugLogFile = "../../log/wiki/mediawiki.log";
+ $wgDebugLogFile = "../../log/wiki/$REEVO_URL-mediawiki.log";
$wgShowSQLErrors = true;
$wgDebugDumpSql = true;
$wgShowExceptionDetails= true;