diff config/config.php @ 7:0330b2138c87

add collecting post data from LGDataverse
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 04 Sep 2015 16:16:10 +0200
parents 30b59e7b88c0
children a599ced81534
line wrap: on
line diff
--- a/config/config.php	Thu Jun 25 17:47:11 2015 +0200
+++ b/config/config.php	Fri Sep 04 16:16:10 2015 +0200
@@ -10,7 +10,7 @@
 	$mysql_password = "admin";
 	$server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/";
 	$lgserver_url = $server_host."LGServices/";
-
+	$lgdataverse_url = $server_host."dvn/";	// TODO
 
 } else {
 	// localhost
@@ -19,8 +19,8 @@
 	$mysql_user = "root";
 	$mysql_password = "root";
 	$server_host = "http://localhost:1080/localgazetteers-dev/";
-	//$lgserver_url = "http://localgazetteers-dev/LGServices/";
 	$lgserver_url = "http://localhost:8080/LGServices/";
+	$lgdataverse_url = "http://localhost:8082/";
 }
 
 $systemNAME = "interface";