blob: f6b77e38fa2c352a4410a7497a2013349a22a77a [file] [log] [blame]
<?php
//database informations
$config["database"]["type"] = "mysql";
$config["database"]["host"] = "localhost";
$config["database"]["username"] = "bnuojuser";
$config["database"]["password"] = "bnuojpassword";
$config["database"]["table"] = "bnuacm_tools";
//cf list
$config["cf"]["user_list"] = array("mochavic");
//other
$config["database_debug"] = false;
?>