diff config/config.php @ 97:c1bb174a22f3 extractapp

Topic synchronization with LGServices. Adaption for moving table from Gazetteer to LGService.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 16 Feb 2016 15:07:43 +0100
parents ce7e933b18b0
children 6ba742b712b0
line wrap: on
line diff
--- a/config/config.php	Mon Nov 23 16:24:57 2015 +0100
+++ b/config/config.php	Tue Feb 16 15:07:43 2016 +0100
@@ -18,7 +18,9 @@
 
 		if (!$AT_LOCAL) {
 			// host at localgazetteers-dev server
-			$mysql_database = "Gazetteer";
+			//$mysql_database = "Gazetteer";	// move the functional tables from Gazetteer database to LGServices database
+			$mysql_database = "LGServices";
+
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "admin";
@@ -27,7 +29,9 @@
 
 		} else {
 			// localhost
-			$mysql_database = "Gazetteer";
+			//$mysql_database = "Gazetteer";	// move the functional tables from Gazetteer database to LGServices database
+			$mysql_database = "LGServices";
+
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "root";