summaryrefslogtreecommitdiff
path: root/includes/conf/mysql.conf.php
blob: 05122cd54d6d961acb2ffd00c227e3142db2057a (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";

?>