summaryrefslogtreecommitdiff
path: root/includes/conf/mysql.conf.php.example
blob: d0122d56682bc80c3882658a3156f8c41a4c45dc (plain) (blame)
1
2
3
4
5
6
7
8
<?php

	$conf['mysql_hostname'] = "localhost";
	$conf['mysql_database'] = "test";
	$conf['mysql_username'] = "test";
	$conf['mysql_password'] = "test123";

?>