| 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/ |
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' );
/** 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', 'iA%gFT41WYF&3: 62=C3ES7!eIY(cN&1kRP<CQJy@9{=<iU~U C?fQ^w97dBlZ1)' );
define( 'SECURE_AUTH_KEY', 'D 6652l%]zf6UF:M=z-MryuH<RS({/$`7K]Ms)(r(gpj76|)n@$1!Ai*6z:,!zBI' );
define( 'LOGGED_IN_KEY', '()b|tNE1ToN-P,E.yI:T*v!CY$.bRI>+8kJv,m}RbRp>D<HkvmH9R!s)Z7Jl~eH=' );
define( 'NONCE_KEY', '2~I%HP#+kMAI@h43779M$@)BDY90XYo-%R`+F>0AR? TB3;lKSV97K)n>ME!EIcU' );
define( 'AUTH_SALT', 'CM*+DTf!9@ix`MR1KXlAP$)z_f4*G:?INtMXehu5&`JFs#/ICZThAG3C9zlN859!' );
define( 'SECURE_AUTH_SALT', 'YjPnY_n1OjOOj:r2:SA)]^W |Qqh&]JVkyK;V*<SbjCjXs4Y/=HW!oK A{Ih|/0)' );
define( 'LOGGED_IN_SALT', 'xPYdKJLP}|2E{bl`4Q&!.fFBrEpiALZlUT&|{X]&k7H0qu)03iE(C`0>]}]uD,<>' );
define( 'NONCE_SALT', 'Trt/He#EIn0)3f0)=QPt(h)mkzu0kFgvwJX)r;0i5+$]{dH~E oT6{%y-^k-Ec|R' );
/**#@-*/
/**
* 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/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';