comparison 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
comparison
equal deleted inserted replaced
11:3d6fba07bfbd 12:e82ca7375e93
15 $mysql_server = "localhost"; 15 $mysql_server = "localhost";
16 $mysql_user = "Gazetteer"; 16 $mysql_user = "Gazetteer";
17 $mysql_password = "3333"; 17 $mysql_password = "3333";
18 */ 18 */
19 19
20 $system_root_url = "http://localhost:1080/localmonographs/develop";
21
20 ?> 22 ?>