Mercurial > hg > extraction-interface
diff develop/config/config.php @ 39:8347776a44fc extractapp
embedded topic, taglist,book metadata in file
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de |
---|---|
date | Sun, 08 Mar 2015 22:28:21 +0100 |
parents | 893ed33c2bd4 |
children | 2e938dc046db |
line wrap: on
line diff
--- a/develop/config/config.php Fri Mar 06 17:56:48 2015 +0100 +++ b/develop/config/config.php Sun Mar 08 22:28:21 2015 +0100 @@ -2,11 +2,12 @@ // localhost $systemNAME = "interface"; -$mysql_database = "Gazetteer"; +$mysql_database = "Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; -$mysql_password = "admin"; +$mysql_password = "root"; -$system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; +$system_root_url = "http://localhost:1080/extraction-interface/develop"; + ?>