| Server IP : 47.96.157.127 / Your IP : 216.73.216.208 Web Server : Apache/2.4.39 (Win64) OpenSSL/1.1.1b PHP/7.2.18 System : Windows NT iZebbjirh743a3Z 10.0 build 17763 (Windows Server 2016) AMD64 User : SYSTEM ( 0) PHP Version : 7.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/www/wp/en/ |
Upload File : |
<?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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_en' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'linhaotech@LH_00' );
/** Database 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', 'NR)HA.hcMr>@l{y1k7.B|pU9XR70w>[_}FZ.}$X-~|6I0u970F:~!-f#`~x|st4=' );
define( 'SECURE_AUTH_KEY', 'm&4MIJDxkWnMqIEnjxCcLS8?.cDHY2=;`wHD HNv~Vomtn`(Al>LT-wh{YlVO9#V' );
define( 'LOGGED_IN_KEY', '8k]-{2Fi*-P~s&6dJo]X9KzVG`NvP%V-5]K ZAY X@M!Ac$ID0-9b_%?=ZuESC_<' );
define( 'NONCE_KEY', '#WncYF1_ZXCBBbp|A}ZOfuT<=dJ[yY5W1ovh[O1!Au`6e+ 0#Mm>4;*?qENDY>#W' );
define( 'AUTH_SALT', 'h!-u/$GR~ZMJxoAbM;&W(w5ggGgQYtK8;wU:kHBPgZBYAyhUB4zmiOhq9hUn=9be' );
define( 'SECURE_AUTH_SALT', ']]Sw} ?69)3[L-rS%|Q &xMHRZ Rx3:v^Aw?jf/Q/FZ}#L6_Y8W,Q![jknRXz&-' );
define( 'LOGGED_IN_SALT', 'Qr9L}jnfP=.vAc7C#0B~e#F>D/cz/MlM+v}T-Lbawm#~X6,jkL4s@S vna[7ef`v' );
define( 'NONCE_SALT', '7Jpk9atJ^tv=7caxWJ=!*I,uyWK~rs2.h5o/05D&e_&y92IKzHPiig1VMfJx7At1' );
/**#@-*/
/**
* 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_en_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';