Mercurial > hg > extraction-interface
view develop/config/config.php @ 12:e82ca7375e93
Integration with LocalGazetteerService (LGService), getting text from LGService and saving text to LGService. Adjust the control flow (controller).
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 16 Feb 2015 16:51:39 +0100 |
parents | 63e08b98032f |
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"; ?>