Mercurial > hg > LGMap
view config/config.php @ 23:d864c58ae667
For avoiding ssl warning, changing the link, mapquest.com, from http to https
author | Calvin Yeh <cyeh@mpipw-berlin.mpg.com> |
---|---|
date | Wed, 29 Mar 2017 07:04:44 +0200 |
parents | 982f98f0e52e |
children | 057b56c62b13 |
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 = "//localgazetteers-test.mpiwg-berlin.mpg.de/"; $lgserver_url = $server_host."LGServices/"; $lgdataverse_url = "//dvn.localgazetteers-test.mpiwg-berlin.mpg.de/"; } else { // localhost $mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; $server_host = "http://localhost:1080/localgazetteers/"; $lgserver_url = "http://localgazetteers-test/LGServices/"; } $systemNAME = "interface"; $system_root_url = $server_host."LGMap/"; ?>