Mercurial > hg > extraction-interface
view config/config.php @ 68:6676ca451dcc extractapp
New: check taglist is deprecated or not. Change url 'LGserver'->'LGServices'
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 07 Apr 2015 14:59:39 +0200 |
parents | a11f9103b8db |
children | 97c1e5102a22 |
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."LGServices/"; } 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/LGServices/"; } $systemNAME = "interface"; $system_root_url = $server_host."extraction-interface"; ?>