Till Brehm
2014-09-24 6d6643de2b6fc47b15e27c46266f22866c1cd1a8
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>