Commit 70e67e4e authored by Quan Nguyen's avatar Quan Nguyen

update config

parent be19fda7
Pipeline #512 canceled with stages
......@@ -23,13 +23,13 @@ define( 'WP_SITEURL', 'https://rangrangcoffee' );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'coffee-shop' );
define( 'DB_NAME', 'rangrang_coffee' );
/** MySQL database username */
define( 'DB_USER', 'root' );
define( 'DB_USER', 'rangrang_root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'root' );
define( 'DB_PASSWORD', 'RangRang@2021' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment