Update config template.
This commit is contained in:
parent
5284be2b1b
commit
bad7bf0e65
11
config.php
11
config.php
@ -1,10 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
define('dbhost', 'localhost');
|
define('DB_TYPE', 'mysql');
|
||||||
define('dbname', '');
|
define('DB_HOST', 'localhost');
|
||||||
define('dbuser', '');
|
define('DB_NAME', '');
|
||||||
define('dbpass', '');
|
define('DB_USER', '');
|
||||||
|
define('DB_PASS', '');
|
||||||
|
|
||||||
define('SITE_URL', '');
|
//define('SITE_URL', '');
|
||||||
|
|
||||||
define('ROOT_DIR', __DIR__);
|
define('ROOT_DIR', __DIR__);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user