<?php

define('WP_CACHE', true); // Added by Cache Enabler

/**
 * 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', '');
/** MySQL database username */
define('DB_USER', '');
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', '');
/** 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',         'P^d%K~[>=d&BpH}6&eTj8Tht|cJdatap9/1TAgAZqh*9NJ$u&B`a%Civ3*?2Q83b');
define('SECURE_AUTH_KEY',  'wNk*Y7/$X][]_FM#<N;gtNJcCklW&WD[!N nGFymuVH7P?QVy~QxnH$NR`|@,mI6');
define('LOGGED_IN_KEY',    'v ?D_qRM|2-G_gf&0:WS5DO!r!:8b#TuX+ulB#j?3_sn9?9YJEOSnvU<32?*C8,8');
define('NONCE_KEY',        'SjZ+f.vp:<D%}q?<)}v[E@ !Kkzq4aS5XM@4MGN{PqBefu~w+#m/qkX}u54B_:*~');
define('AUTH_SALT',        '$G7E_/0tg*r/>S}*U%}k[3dhgX-KDLZC>H 4<.gy+DW;k(NQ@v9m}L0F!/;Mx@{^');
define('SECURE_AUTH_SALT', ' TRhD ==xV{?HyNje}J6a=XUkQ*df!$!|u,]?zrCb__niTMrn`F#kzBjiFu/iU3t');
define('LOGGED_IN_SALT',   '@-lO4C@6;JI>V]_[<G,<36Dz[Ks!Auu0n1;#R<FYeKt{gH%>]41u{YP.U{2,Cw5M');
define('NONCE_SALT',       'Utz_m@IL&vKa9jM|j`CIw=`1hUhGiXt|Pyg21+DA0,?[>qs4vHL@=&ycPiANG?1a');
define('DBI_AWS_ACCESS_KEY_ID',                                        'AKIAJVSO4XNL66AACDAQ');
define('DBI_AWS_SECRET_ACCESS_KEY',                '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');
/**#@-*/
/**
 * 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);
define('WP_POST_REVISIONS', 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');
