duckbrain/config.php

11 lines
161 B
PHP
Raw Normal View History

2020-03-08 04:37:19 +01:00
<?php
define('dbhost', 'localhost');
define('dbname', '');
define('dbuser', '');
define('dbpass', '');
2021-07-10 21:53:48 +02:00
define('SITE_URL', '');
2020-03-08 04:37:19 +01:00
define('ROOT_DIR', __DIR__);
?>