diff develop/config/config.php @ 12:e82ca7375e93

Integration with LocalGazetteerService (LGService), getting text from LGService and saving text to LGService. Adjust the control flow (controller).
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 16 Feb 2015 16:51:39 +0100
parents 63e08b98032f
children 04736430d961
line wrap: on
line diff
--- a/develop/config/config.php	Wed Feb 11 12:33:59 2015 +0100
+++ b/develop/config/config.php	Mon Feb 16 16:51:39 2015 +0100
@@ -17,4 +17,6 @@
 $mysql_password = "3333";
 */
 
+$system_root_url = "http://localhost:1080/localmonographs/develop";
+
 ?>