Skip to content

Commit 1101eca

Browse files
authored
Update config.php
1 parent 5f3f290 commit 1101eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
define('DB_HOST', 'localhost');
3-
define('DB_USER', 'htbUSR');
4-
define('DB_PASSWORD', 'S$64UvpsRVT&PXxq4S6qUYw@psM^x%%RcwCw5fcqTW9ykrvxq');
3+
define('DB_USER', 'user');
4+
define('DB_PASSWORD', 'password');
55
define('DB_NAME', 'blog');
66

77
define('ROOT_PATH', '/');
88

9-
define('SITE_NAME', 'COOL BLOG');
9+
define('SITE_NAME', 'COOL BLOG');

0 commit comments

Comments
 (0)