Till Brehm
2016-04-07 98f80bef24f11594d7690162c376c3b56c449644
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>