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