Mercurial > hg > extraction-interface
view config/config.php @ 57:5cf9720a2e25 extractapp
New: add reloadText to load the latest version
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 30 Mar 2015 17:23:47 +0200 |
parents | 840cdb52f476 |
children | a11f9103b8db |
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."extraction-interface"; ?>