Florian Schaal
2016-05-16 2b8e5192a019e6dd08f290aaa781ac5426ea4bcf
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>