diff config/config.php @ 6:30b59e7b88c0

add php error log
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 25 Jun 2015 17:47:11 +0200
parents b85894a9b2dc
children 0330b2138c87
line wrap: on
line diff
--- a/config/config.php	Thu Apr 23 16:13:07 2015 +0200
+++ b/config/config.php	Thu Jun 25 17:47:11 2015 +0200
@@ -8,19 +8,19 @@
 	$mysql_server = "localhost";
 	$mysql_user = "root";
 	$mysql_password = "admin";
-	$server_host = "http://localgazetteers-dev/";
-	$lgserver_url = $server_host."LGServer/";
+	$server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/";
+	$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/LGServer/";
-
+	//$lgserver_url = "http://localgazetteers-dev/LGServices/";
+	$lgserver_url = "http://localhost:8080/LGServices/";
 }
 
 $systemNAME = "interface";