????

Your IP : 3.22.68.29


Current Path : /home2/morganrand/backup.morganrand.com/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-config.php

<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

 // Added by WP Rocket
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, and ABSPATH. You can find more information by visiting
 * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
 * Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'morganrand_wp' );


/** MySQL database username */
define( 'DB_USER', 'morganrand_master' );

/** MySQL database password */
define( 'DB_PASSWORD', 'Wanderfuls3945' );

/** MySQL 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', '');
define('WP_MEMORY_LIMIT', '999M');
/**#@+
 * 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',         'v3O}v(8<<?uiPEr0nC5#GD!ZD+UZU_TCa-&T$eQ$DYNwG{u#oH(d:G6A^AzG_qQF');
define('SECURE_AUTH_KEY',  'Npx<rnqEVQu<Op5BPu&|Ghg+Vw.=p)B8,S+}wN5G5RZ2h:]5!haD$q<#Bdb{o~_%');
define('LOGGED_IN_KEY',    'L+tN#*+VauJmi~-|-mQcL{3`H<wx<-JZp Y|]S55|-32.OA9+r+hC!#ougz:GAOJ');
define('NONCE_KEY',        'TZM?<fBhnx|t;4Z AbhEJS<VSgp*9k53Sl;|ujq[rSfq=9P]ky(biA^@78f-cA72');
define('AUTH_SALT',        'dz}|~:-CWI&W3LT#vJ_`[j?Lg8F$;_rd633h.E}5[j 0+-Qk$pX:Uh*dj=*q{%*n');
define('SECURE_AUTH_SALT', '5]1b>9GV[0I$wkI.HS}_pm!$tfyAq;]S,`q/MGOs|25froW?|FI$RpW4:UQW-!_U');
define('LOGGED_IN_SALT',   '[-9%Rw.zI&B|k=(~{*jt<3>R8>s/O6Gq=T|@W^5M|`l+7/({N(f)*iX87U0O!p[!');
define('NONCE_SALT',       '/tR7/U3BE8|o(^hP4-^$fdxIBh(r@YRX|n*NlS[_2gOV).ZxfBEf-(o$ZJW9BWNn');

/**#@-*/

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

#define('WP_HOME','https://wanderfuls.com');
#define('WP_SITEURL','https://wanderfuls.com');

/**
 * 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.
 */
define('WP_DEBUG', false);

// Disallow file edit
define( 'DISALLOW_FILE_EDIT', true );

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');