wishthis/includes/config/config-sample.php

13 lines
235 B
PHP
Raw Normal View History

2021-11-12 15:23:48 +00:00
<?php
/**
* config-sample.php
*
* @author Jay Trees <github.jay@grandel.anonaddy.me>
*/
2021-11-12 16:01:04 +00:00
define('DATABASE_HOST', 'localhost');
define('DATABASE_NAME', 'wishthis');
define('DATABASE_USER', 'root');
define('DATABASE_PASSWORD', '');