Till Brehm
2014-02-15 08b5daac5e21938f6ec31865009344d7ff70c42c
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>