We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f290 commit 1101ecaCopy full SHA for 1101eca
config/config.php
@@ -1,9 +1,9 @@
1
<?php
2
define('DB_HOST', 'localhost');
3
- define('DB_USER', 'htbUSR');
4
- define('DB_PASSWORD', 'S$64UvpsRVT&PXxq4S6qUYw@psM^x%%RcwCw5fcqTW9ykrvxq');
+ define('DB_USER', 'user');
+ define('DB_PASSWORD', 'password');
5
define('DB_NAME', 'blog');
6
7
define('ROOT_PATH', '/');
8
9
- define('SITE_NAME', 'COOL BLOG');
+ define('SITE_NAME', 'COOL BLOG');
0 commit comments