Till Brehm
2014-01-22 73daa945892cdcb7878c9c80a5040b2c77beb422
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>