Added config.php

This commit is contained in:
hayden 2019-06-25 15:12:23 -05:00
parent 3f5db97e70
commit 6b313a8ead
1 changed files with 15 additions and 0 deletions

15
core/config.php Normal file
View File

@ -0,0 +1,15 @@
<?php
# - # - # - # - # - # - # - #
# #
# ~chan #
# - #
# by stilbruch #
# #
# - # - # - # - # - # - # - #
# ~ database ~
define('DB_NAME', 'tildechan');
define('DB_USER', 'root' );
define('DB_PASSWORD', '' );
define('DB_HOST', 'localhost' );