12 lines
235 B
PHP
12 lines
235 B
PHP
<?php
|
|
|
|
/**
|
|
* config-sample.php
|
|
*
|
|
* @author Jay Trees <github.jay@grandel.anonaddy.me>
|
|
*/
|
|
|
|
define('DATABASE_HOST', 'localhost');
|
|
define('DATABASE_NAME', 'wishthis');
|
|
define('DATABASE_USER', 'root');
|
|
define('DATABASE_PASSWORD', '');
|