Mercurial > hg > extraction-interface
diff develop/config/config.php @ 42:c245d54eab9f extractapp
config lg server url, without port
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 12 Mar 2015 17:33:30 +0100 |
parents | 2e938dc046db |
children |
line wrap: on
line diff
--- a/develop/config/config.php Tue Mar 10 14:13:21 2015 +0100 +++ b/develop/config/config.php Thu Mar 12 17:33:30 2015 +0100 @@ -10,6 +10,7 @@ $mysql_user = "root"; $mysql_password = "admin"; $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; + $lgserver_url = "http://localgazetteers-dev/LGServer/"; } else { // localhost @@ -19,6 +20,7 @@ $mysql_user = "root"; $mysql_password = "root"; $system_root_url = "http://localhost:1080/extraction-interface/develop"; + $lgserver_url = "http://localgazetteers-dev/LGServer/"; } ?>