duckbrain/config.php

13 lines
140 B
PHP

<?php
define('dbhost', 'localhost');
define('dbname', '');
define('dbuser', '');
define('dbpass', '');
define('ROOT_DIR', __DIR__);
?>