Files
geodb/geoapi/config/config.db.php
stubbfel 61f8cbbf4f add doku
2013-06-20 11:26:10 +02:00

25 lines
272 B
PHP

<?php
namespace config;
/**
* Address of the sqlserver
*/
$sqlServer = "localhost";
/**
* name of the database
*/
$sqlDBName = "geoDB";
/**
* user of the database
*/
$sqlDBUser = "geoDB";
/**
* password of the database
*/
$sqlDBUserPW = "VZrSAYvmcrntQ97b"
?>