Mercurial > hg > LGSearch
view config/config.php @ 1:38851c894301
path config
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 24 Mar 2015 16:27:18 +0100 |
parents | c9363a90b8b5 |
children | bc6ce492f15d |
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-dev/"; $lgserver_url = $server_host."LGServer/"; } else { // localhost $mysql_database = "Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; $server_host = "http://localhost:1080/localgazetteers-dev/"; $lgserver_url = "http://localgazetteers-dev/LGServer/"; } $systemNAME = "interface"; $system_root_url = $server_host."LGSearch/"; ?>