File "wp-config.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-config.php
File size: 3.38 KB
MIME-type: text/x-php
Charset: utf-8

<?php                                                                                                                                                                                                                                                               
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'admin_bvnghean' );

/** MySQL database username */
define( 'DB_USER', 'admin_bvnghean' );

/** MySQL database password */
define( 'DB_PASSWORD', 'bvhndkNA' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define( 'AUTH_KEY',         '5GCvAmUx2IdF/p7GDceg#Szr]zu+!{U-uIuH|vkF&zO$j&_oQBB^IbkX0Rc_hVeI' );
define( 'SECURE_AUTH_KEY',  'f{[VdMrVd(1l)v# IxOQ=/)FW<qoDOSR]Rjo i&=oxWwy%oJ D[pV*r@=]{O6541' );
define( 'LOGGED_IN_KEY',    'U3F~;J-vIa?~[gcijL1{.J44%;IuG+)ml?!b@LAwk S`jlD>xc*DTIW!tCNZ~<m}' );
define( 'NONCE_KEY',        '+2bq=3b1nrAU+QV:w0#%lD.b/hF<QhzM)2~UqfGhBU8QeLSAVJD 04WAM[F1ut=i' );
define( 'AUTH_SALT',        'u7,5,vD2Lgi/rHu.+ehZ-^h=N4R:/pZn3A#O`d}|$]B|2U0Eh0jYt4h#/*Ue6*3_' );
define( 'SECURE_AUTH_SALT', ')E^A~vOW!QDV5hE||of8v#::2G$UaA>v[dKicxtQtsLy[5ZoH5A= }Z6x. 6(9R@' );
define( 'LOGGED_IN_SALT',   'Jm3%00*(2be`|M7*%xV*Pm~Nu:Z={E;CS)7<2ej/4%0f[6v7mNBLt*hK*!:xlj<V' );
define( 'NONCE_SALT',       't^nS}*@eqPM~lkua[5eMuGTG8w[c$,|&=s}B~z9eIU96=-QI|r#lOPsbUA@9+WPD' );

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';