view develop/config/config.php @ 39:8347776a44fc extractapp

embedded topic, taglist,book metadata in file
author Zoe Hong <zhong@mpiwg-berlin.mpg.de
date Sun, 08 Mar 2015 22:28:21 +0100
parents 893ed33c2bd4
children 2e938dc046db
line wrap: on
line source

<?php

// localhost
$systemNAME = "interface";
$mysql_database = "Gazetteers";
$mysql_server = "localhost";
$mysql_user = "root";
$mysql_password = "root";

$system_root_url = "http://localhost:1080/extraction-interface/develop";


?>