duckbrain/config.php
2020-03-07 23:37:19 -04:00

13 lines
140 B
PHP

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