diff config/config.php @ 87:fb5049fc5dd7 extractapp_dev

New:(1)UI(2)generate simple regex by examples(3)coordinates in book metadata
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 16:52:05 +0200
parents 966a36752c34
children 94ad33739fa4
line wrap: on
line diff
--- a/config/config.php	Thu Apr 30 10:52:05 2015 +0200
+++ b/config/config.php	Tue Jun 02 16:52:05 2015 +0200
@@ -22,17 +22,17 @@
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "admin";
-			$server_host = "http://localgazetteers-dev/";
+			$server_host = "http://localgazetteers/";
 			$lgserver_url = $server_host."LGServices/";
 
 		} else {
 			// localhost
-			$mysql_database = "Gazetteers";
+			$mysql_database = "Gazetteer";
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "root";
 			$server_host = "http://localhost:1080/localgazetteers-dev/";
-			$lgserver_url = "http://localgazetteers-dev/LGServices/";
+			$lgserver_url = "http://localgazetteers/LGServices/";
 		}
 
 		$systemNAME = "interface";