b0y-101 Mini Shell


Current Path : E:/www/km/wp2/
File Upload :
Current File : E:/www/km/wp2/wp-config.php

<?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', 'wp2' );

/** Database username */
define( 'DB_USER', 'wp2' );

/** Database password */
define( 'DB_PASSWORD', 'wordpress' );

/** Database hostname */
define( 'DB_HOST', '202.41.160.56' );

/** 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',         'Fyrcm.=1t4ah?q.$E!*C*a+k[hvcA-ZB;}aOfCDKlw5nAy~vw~SF7#~!g{`xsI6?' );
define( 'SECURE_AUTH_KEY',  'Mj,S-(0IX6CZEZ{knoaUJ%K63Foq26%]U[vK$+!0jM0YeOc8s(M^r,mo#+8*.AT+' );
define( 'LOGGED_IN_KEY',    'z{/^y.nKi./^>*}@y}_XCwxI~N2BVfaxi:e[&9h R~P$^1WUly9~9xm|e2;ktm;2' );
define( 'NONCE_KEY',        '&i]H/s/nD>}_%&_r5Ipr:umu|[s(/Hu,gCO8X3d;_Vxo<3m_bGcF>0RDP00U1 -?' );
define( 'AUTH_SALT',        'o6U[.NJP2qf+K$8I;&x%#oztLy~Nh4NY6ij9I+S]8k&xOY~*:l9E_+sa0+$p9jg,' );
define( 'SECURE_AUTH_SALT', 'p>37jGFLp|AxBjLf<z;hB9}PE :s~KCOSA.T6fPTujU06y7L)l[kw{@h;enS{1^P' );
define( 'LOGGED_IN_SALT',   'be(:Sz8jTqzhb+:/aKV|/qvjGJ>^I$GC18Q;^)`+Q?:rjl!shp^yEf5CEq)D{kt$' );
define( 'NONCE_SALT',       '#47RH[;L[-ae>u<h*I)$(.<9 +Nlh/q)BgU^Q~^xwVAU;?w[.eM8*BAd8!D-@d<&' );

/**#@-*/

/**
 * 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';

Copyright © 2019 by b0y-101