Mercurial > hg > extraction-interface
view develop/config/config.php @ 35:04736430d961 extractapp
config for localgazetteers-dev
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 06 Mar 2015 14:07:39 +0100 |
parents | e82ca7375e93 |
children | 893ed33c2bd4 |
line wrap: on
line source
<?php // localhost $systemNAME = "interface"; $mysql_database = "Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "admin"; $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; ?>