<?php
/**
 * 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
 */

/**
 * Database connection information is automatically provided.
 * There is no need to set or change the following database configuration
 * values:
 *   DB_HOST
 *   DB_NAME
 *   DB_USER
 *   DB_PASSWORD
 *   DB_CHARSET
 *   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',         'QZ.:1T82x7jW~pR!@f=F%2xw<hk]u~^f.h4}|i}9<C)=If=Lm;{dj?qFa9M3}:~[');
define('SECURE_AUTH_KEY',  '!:6.(.G0c:Ludl;Mo#N;=b[[#~1NdKff!xA|iHwTtG}O9{.j)9|<$2!B.A~%5ke_');
define('LOGGED_IN_KEY',    '+a>,pA?)4}*Y5JQOVwSOb-?mHUb+;ez.jT]o:j3:boVnHV^824BNy.e31fxfFcSr');
define('NONCE_KEY',        '.4@|I~YLyhE#*jc1k8(7l{GRrm[l]pESul$ef%yYmCU%8vc4@=3T)n.w]p3jN]IJ');
define('AUTH_SALT',        'rLI3;n}ChQ;qDby@;,W.fs17Z@4L=n|eXXLRwdFq8w.Z;BFdSAp~g~A4_LuF;bL6');
define('SECURE_AUTH_SALT', 'HBxGlAI#DE*p0n8cPmc0]+i)**Z(;mFYy}?BZ{E=0.BzGH<*~Se7OJC0Gk,72hf~');
define('LOGGED_IN_SALT',   'JRO=0,KIF08a63VTj|u]=W]m~9b*fv)CD_wLqfC6*p_QWajM81U{EYk(4K*L0XQH');
define('NONCE_SALT',       'f*%6H{o.e4jFX^_74Db}a9!z6_Gr}<Dz:%[]1wfr]ez$EDm7p[vD$-As~GPKM$o|');

/**
 * 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
 */
if ( ! defined( 'WP_DEBUG') ) {
	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');
