<?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',         'Yvw].$z#^#W(5Q1MBTZ=L?3#_5QE[.0~B+jJh]a%}w*b-yLoE)zWMakTZF<l3!>w');
define('SECURE_AUTH_KEY',  'rL(T*e!b7Xe}=2!o^U<h4%*REuGh6N$gZ]l4~-w9Bp:(RqhH0iP=^Ue})YeRL~C%');
define('LOGGED_IN_KEY',    '@daIp(Vu:K{.a!ZHw#w0MshrO-.s0R-p}8i^hzqbQ0A?Ko)mO|QTjE50z[=mi:uQ');
define('NONCE_KEY',        '#_|cZEBGMm]$bx(njc3A0f#y*vkg(YW5A<(bw;G|sIYZZm8+3FlqmbZH11C51N=@');
define('AUTH_SALT',        '%dNUA31I[bTxv8YeoFDmG(3y+!Ka_Z^U.^F5BK4|#P+R^UTv![nD|Vt@}=])]$y7');
define('SECURE_AUTH_SALT', 'a4Acu3ngUVp(V^,BJ*0T*WMvaPJei]?Qp|382r!~JM1tQC$:,LAn5Zk;<IW00x6m');
define('LOGGED_IN_SALT',   '$=9hXoZTWad?:;,MyR-XeLb#>yi)8?aM4Swe1n|yMzu}ye|jHhhy*g%.gbXa|^_j');
define('NONCE_SALT',       'MrfD[k^2TWX5[C=GTo?sWgg(Mci-=-$T_),*C8%iZ4@G]nU.TFVj[Gs$?,~Dp*,f');

/**
 * 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);
}

define( 'DUPLICATOR_AUTH_KEY', 'y]Vd}H5{cZH?4Natu,a*72!<b0$=/z<:<UWD wQB|s)dvryb]09WJ,L/ 1OdmtU;' );
/* 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');
