diff config/config.php @ 50:3e42a63de0ea extractapp

bug fix: unique regex element id, edit/update/delete regex
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Mar 2015 09:53:26 +0100
parents c98a0c6d7eb4
children 840cdb52f476
line wrap: on
line diff
--- a/config/config.php	Tue Mar 17 13:58:34 2015 +0100
+++ b/config/config.php	Thu Mar 19 09:53:26 2015 +0100
@@ -1,6 +1,6 @@
 <?php
 
-$at_local = false;
+$at_local = true;
 
 if (!$at_local) {
 	// host at localgazetteers-dev server
@@ -19,7 +19,7 @@
 	$mysql_server = "localhost";
 	$mysql_user = "root";
 	$mysql_password = "root";
-	$system_root_url = "http://localhost:1080/extraction-interface";
+	$system_root_url = "http://localhost:1080/localgazetteers-dev/extraction-interface";
 	$lgserver_url = "http://localgazetteers-dev/LGServer/";
 }