Till Brehm
2013-11-27 8d178ee8739f0beface22f07c5785273f53b4721
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>