<?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 website, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

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

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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',         '8|il7^d|!x.DQ(9=1/~On^C:3IBlt(`a:%Pu#y~waPQfWl+Ybu#t/ ii2.Yi_nHW' );
define( 'SECURE_AUTH_KEY',  ':K/zhE %N @X>8y/S:P~(V-,_Vi?j]:9wY3.&K^$=RvnD>P^J{iOaTj HA;7cwMN' );
define( 'LOGGED_IN_KEY',    '~f9mXq3C]Z#jCl=Qx_jr,B?;][!UbOoNgEN1~s@YEmxJSV!-zW5SJv_iJH6,cf!y' );
define( 'NONCE_KEY',        '}nf#2*R0&^<0B|=sHyyC?2f@1Xy^EG<kwU_anCC2pH~[!N8?elJ_2QnpYdL>x~0;' );
define( 'AUTH_SALT',        'oM?(68|p&%jh~6>bW[wf%c<P7]4>?O>+_K ~$V+/w,8WQQg^p-n/7jeCj?c:S)of' );
define( 'SECURE_AUTH_SALT', '{hFra+T~%=z+&b@-30;#R0zdd|Uy^esglvA-mwz0pdi*xQv(RxSOOeTWOrZnU|[V' );
define( 'LOGGED_IN_SALT',   '&m.,%4xm#_d(puf~W-24o.yD{*geyzBU&KY%NS%(NY+eBQg6(u;#HW<,oK52K[-+' );
define( 'NONCE_SALT',       'ZEGC3N0n}iPI@2orH.c0Wa6=8C8Pe{a9S/Fim*f*V<Bm?()(]B*-DKydL$ I;[yb' );

/**#@-*/

/**
 * 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 documentation.
 *
 * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



define( 'DUP_SECURE_KEY', 'A87<,t OifWznIPwTRMt]h;T6jZp7C_}cLwUx*T8yL #&t7sZVT.X),-- M` R<U' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
