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

/** Enable W3 Total Cache Edge Mode */
 //Added by WP-Cache Manager
define( 'WPCACHEHOME', '/home/sugarbodyjewelle/public_html/sugar/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache


/**
 * 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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

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

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

/** MySQL database password */
define('DB_PASSWORD', '~&bDxfOGI*LO');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** 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',         'uT?3G}>V-V8kZ^$G9:boS-;>pJrrW=LemT%I26J10s#]:h#2aSI7tST45e*,@j|B');
define('SECURE_AUTH_KEY',  'gxj%>hN0Zx{m0[[OU)wVx^$:vL]sIz!x4+:tK},CNo|C8q%{~L-VEVPfIvc|)L*.');
define('LOGGED_IN_KEY',    'ap^VC;SMqKb`Fn%fcj-@eI|K@-1{^6_Po>T5?=b^-&Wqu+NRzzAgSu&)rvr&u4/j');
define('NONCE_KEY',        'p@|dd:X`[|aOr-r+Tc|Q)hf E@CxRemId_5-hrD 1RYclevA6.;P OjRxka83)N@');
define('AUTH_SALT',        '^s?I;!l.9!WDc0+m*.WZ]M@+|0y_Xv[XN=}ZZ3]KMVI+.1LB*)>mW4_rn1H`g7a]');
define('SECURE_AUTH_SALT', 'E~7JDQ i.o[{Ew5SYgYq3Kq~Bn5u]jpUv~Tf_&L=KBM&~l[-CKVg78-,5kiZ1OeE');
define('LOGGED_IN_SALT',   '~ot$&0./322|}pIsuzWJ?}LD&>&{oV*^Y!adZhqtT]p=+JA,1Z32AUTD5/ZIK{T[');
define('NONCE_SALT',       'rW~_4uKcm|+4?w=&vTb_!&C%56M@YiTm7KuLavNw}{zs++eF-[o ip.y$zE/{E!7');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', 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');


