Mercurial > hg > extraction-interface
view develop/config/config.php @ 38:4b3da4802998 extractapp
config for localgazetteers-dev
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 06 Mar 2015 17:56:48 +0100 |
parents | 893ed33c2bd4 |
children | 8347776a44fc |
line wrap: on
line source
<?php // localhost $systemNAME = "interface"; $mysql_database = "Gazetteer"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "admin"; $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; ?>