view interface/config.php @ 25:4b6d2d7e706e

update for the integration
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 Mar 2015 16:16:54 +0100
parents ef6d0c6a13d7
children
line wrap: on
line source

<?php

$systemNAME = "interface";

// local machine
$mysql_database="Gazetteers";
$mysql_server = "localhost";

$mysql_user = "root";
$mysql_password = "root";

/* 
// MPIWG server
$mysql_database="Gazetteer";
$mysql_server = "localhost";

$mysql_user = "Gazetteer";
$mysql_password = "3333";
*/

?>