Mercurial > hg > extraction-interface
view develop/config/config.php @ 15:1f98c92ebbfb
first version of UI layout. Very roughly, but works in the fixed sidebar, head line, popups and so on.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 19 Feb 2015 18:11:11 +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"; ?>