Mercurial > hg > LGMap
view config/config.php @ 12:a599ced81534
update books_coordinates.csv for 176 missing coordinates
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Oct 2015 15:08:20 +0200 |
parents | 0330b2138c87 |
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/"; ?>