File: /home/redorangenebison/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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
* * Localized language
* * 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', 'redorangenebison_wp_m5d0a' );
/** Database username */
define( 'DB_USER', 'redorangenebison_wp_1mame' );
/** Database password */
define( 'DB_PASSWORD', 'a~2fMsbyw6sHA8i^' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'w+IK(q8:j~YXnVr!7b)*2#&|B[8Z|(D@oUWB*]!|N0~c;z#d0yVV90GW61zX89d4');
define('SECURE_AUTH_KEY', '%7fcE5V5r9-Yu)6~:94-d9O68*&X36q&02U[tu!mK!zS++87ndma+Ji9hTq%rev2');
define('LOGGED_IN_KEY', '8Swa@Y2@D0#z@9jB~y3aH)n-8;+3mhJZs1|VF+)uh2Flcp8(Nu06950v7qv209c7');
define('NONCE_KEY', '(r8Te65~*GCWl-1B-+!0*hqhJPK[a*#DT(I7__Hq1;+Dh(D49Mq)5tBN:vA3pQ&0');
define('AUTH_SALT', 'N4~r[g#3TeRu%]PGBe1LMFC7(ki-!x14b(v@fs(JPO2g][flkM@T4cBBR6M8(mVp');
define('SECURE_AUTH_SALT', ':*]4xUssJ0#F27Yv~o*wx_9O)k(L|IvO!xU:/~cc_k5E|A]IS[UDyULXDkBUNYi0');
define('LOGGED_IN_SALT', '!0CdD|3M9r#x1N(B-995~ovGaui4)2)x&K7JD/T:Dhj/-]!qRI)i;Dq7:lv))f4(');
define('NONCE_SALT', '_(8eP5v*4&06d(:OF&j[5-gS(0|~Q;FRF|9V:-td1DF)1/y18Ta-me48w&7AE3V+');
/**#@-*/
/**
* 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 = 'B3MlHM_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
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';