Mercurial > hg > extraction-interface
comparison 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 |
comparison
equal
deleted
inserted
replaced
49:b2c1fae5cf6a | 50:3e42a63de0ea |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 $at_local = false; | 3 $at_local = true; |
4 | 4 |
5 if (!$at_local) { | 5 if (!$at_local) { |
6 // host at localgazetteers-dev server | 6 // host at localgazetteers-dev server |
7 $systemNAME = "interface"; | 7 $systemNAME = "interface"; |
8 $mysql_database = "Gazetteer"; | 8 $mysql_database = "Gazetteer"; |
17 $systemNAME = "interface"; | 17 $systemNAME = "interface"; |
18 $mysql_database = "Gazetteers"; | 18 $mysql_database = "Gazetteers"; |
19 $mysql_server = "localhost"; | 19 $mysql_server = "localhost"; |
20 $mysql_user = "root"; | 20 $mysql_user = "root"; |
21 $mysql_password = "root"; | 21 $mysql_password = "root"; |
22 $system_root_url = "http://localhost:1080/extraction-interface"; | 22 $system_root_url = "http://localhost:1080/localgazetteers-dev/extraction-interface"; |
23 $lgserver_url = "http://localgazetteers-dev/LGServer/"; | 23 $lgserver_url = "http://localgazetteers-dev/LGServer/"; |
24 } | 24 } |
25 | 25 |
26 ?> | 26 ?> |