<?php
/** Enable W3 Total Cache */
define('WP_CACHE', 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', 'db_lahave');
/** MySQL database username */
define('DB_USER', 'havrenew1532');
/** MySQL database password */
define('DB_PASSWORD', 'WiTu2Wmill$tone');
/** MySQL hostname */
define('DB_HOST', 'lahaverenewables.netfirmsmysql.com');
/** 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', 'Sde;7hW|><~rp HN?`THuJ]1MSx~b<O}T61]Y{@xYJdCLwN]N|{$^+?k,}+oZ:bU');
define('SECURE_AUTH_KEY', '$q=1-SrZlJxZtJV%!I-|A`#V%z@SVM=Vt+hQGYINb4Il6P)+-+FyQ@b<NqUdIlLN');
define('LOGGED_IN_KEY', '%7kT: Sr;A^nk--i6vhNQaEL3G!lIy+W<we%i,wjx$4#GAl+?ImMjg:vJK~c_1Pe');
define('NONCE_KEY', '5t_uJVrzj=4rfY{P*5<X;Q+gixWmIFdgHT5?)~#Jbe#bljH7.jTmXU$uU$~6tB@2');
define('AUTH_SALT', '-u#~[+{LRn~V{EfsKA|+1F&|*Vt#qz4c.:3Jevn Ta}/_bVDjM3kR9.|7Xbm/#nV');
define('SECURE_AUTH_SALT', 'mJM?mu|lSx|%0,BNjo`!ek-+`=n_t<F1$>! kx3,xiDGc4L?//#]&)n5:OEgS.8F');
define('LOGGED_IN_SALT', 'YYxfe_rd.fuX`Aw+fD+`b{TW}1!+//b6Un$r50CZ+@A<=U+^xhY}Vg6+iE7|%)R<');
define('NONCE_SALT', 'K>9;I%GE+W-7{K7IrB,P~Z|V2S-Xj/~P7C>^k=[pgyTcuIeXP+kAk(Nwzc(~TnCN');
/**#@-*/
/**
* 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', false);
/* 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');