summaryrefslogtreecommitdiff
path: root/etc/global_config.php.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/global_config.php.sample')
-rwxr-xr-xetc/global_config.php.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/global_config.php.sample b/etc/global_config.php.sample
index 68764962..54d9841d 100755
--- a/etc/global_config.php.sample
+++ b/etc/global_config.php.sample
@@ -20,9 +20,10 @@ $REEVO_WIKI_API_PASS = "";
## Variables de MediaWiki que deben ser secretas
$wgSitename = "*REEVO TEST";
+$wgServer = "http://$REEVO_URL";
$wgSecretKey = "";
$wgAuthenticationTokenVersion = "1";
$wgUpgradeKey = "";
-$wgServer = "http://$REEVO_URL";
+$wgPageFormsGoogleMapsKey = "";
?>