From 8c15d5b07910e05ccb350af81395758d2dc99ced Mon Sep 17 00:00:00 2001 From: Yaco Date: Wed, 31 Jul 2019 14:40:07 -0300 Subject: agrega campo $wgPageFormsGoogleMapsKey --- etc/global_config.php.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 = ""; ?> -- cgit v1.2.1