Mercurial > hg > extraction-interface
view develop/config/config.php @ 45:3d6b8fb7335d extractapp
lock the topic tag when edit tag list
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 13 Mar 2015 14:47:23 +0100 |
| parents | c245d54eab9f |
| children |
line wrap: on
line source
<?php $at_local = false; if (!$at_local) { // host at localgazetteers-dev server $systemNAME = "interface"; $mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "admin"; $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; $lgserver_url = "http://localgazetteers-dev/LGServer/"; } else { // localhost $systemNAME = "interface"; $mysql_database = "Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; $system_root_url = "http://localhost:1080/extraction-interface/develop"; $lgserver_url = "http://localgazetteers-dev/LGServer/"; } ?>
