Mercurial > hg > extraction-interface
view develop/config/config.php @ 44:3163d8ca0b62 default
closing default branch, we use extractapp branch
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 13 Mar 2015 09:55:07 +0100 |
parents | e82ca7375e93 |
children | 04736430d961 |
line wrap: on
line source
<?php // localhost $systemNAME = "interface"; $mysql_database = "Gazetteers"; $mysql_server = "localhost"; $mysql_user = "root"; $mysql_password = "root"; // localgazetteers server /* $systemNAME = "interface"; $mysql_database="Gazetteer"; $mysql_server = "localhost"; $mysql_user = "Gazetteer"; $mysql_password = "3333"; */ $system_root_url = "http://localhost:1080/localmonographs/develop"; ?>