From 20ca0685509f8010580d3b45036a64ab48616af1 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 30 Sep 2021 22:47:47 -0300 Subject: updates sample file --- etc/global_config.php.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'etc/global_config.php.sample') 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; -- cgit v1.2.1