Mercurial > hg > LGMap
view config/config.php @ 15:f17f43f0a63f
bug fixed: download error for data from LGDataverse
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 30 Oct 2015 16:47:15 +0100 |
parents | a599ced81534 |
children | 982f98f0e52e |
line wrap: on
line source
<?php $at_local = false; if (!$at_local) { // host at localgazetteers-dev server $mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "admin"; $server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/"; $lgserver_url = $server_host."LGServices/"; $lgdataverse_url = "http://dvn.localgazetteers.mpiwg-berlin.mpg.de/"; } else { // localhost $mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; $server_host = "http://localhost:1080/localgazetteers-dev/"; $lgserver_url = "http://localhost:8080/LGServices/"; $lgdataverse_url = "http://localhost:8082/"; } $systemNAME = "interface"; $system_root_url = $server_host."LGMap/"; ?>