Skip to content
mysql_clientdb.conf.master 111 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php

$clientdb_host			= 'localhost';
$clientdb_user			= '{username}';
$clientdb_password		= '{password}';

?>