Mercurial > hg > extraction-interface
view develop/config/config.php @ 18:115dda3d1728
configTagsInTopic with select-list-move UI
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 23 Feb 2015 10:55:28 +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"; ?>