Mercurial > hg > extraction-interface
view config/config.php @ 48:c98a0c6d7eb4 extractapp
move/remove develop folder
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 17 Mar 2015 11:22:48 +0100 |
parents | 886f43b26ee2 |
children | 3e42a63de0ea |
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"; $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"; $lgserver_url = "http://localgazetteers-dev/LGServer/"; } ?>