<?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

 */


// ** 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', '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',         '#>JdP_Sn*XThbY8):[xgX+|<!WR0_sU3x[UtRc}*(]/vxId&n?:xM:,m{KcXC^Vy');

define('SECURE_AUTH_KEY',  'AXYsOminS:+3.Nwtoo]jb1(!3AGD?o:dc4)qP0$e[YPf#dM8kzUA4Qz:9kxcF;/D');

define('LOGGED_IN_KEY',    'r6 !ZE@YI;81uIwImW3}p9&fW3ME#{Ksp*ieyV%D-) `Af=l0W2?#Pe;wpp)Twly');

define('NONCE_KEY',        'm8]V9U;1gi&<Fq}fn7i{O[S>!>A) ,-|j4P ~%u>%3u9~E/))FS:fLD/ui6_7#Zh');

define('AUTH_SALT',        '*mwc]r@Y|V7v|16+M)RJ1tp:f|J*f@VaN8*uQ<(Lp]b[*`2=z7L]+*k~3f?y[-^.');

define('SECURE_AUTH_SALT', 'C{VdiL~-< ysqrsliU-42[j(GFx07*$j)wkjflvQOe:xqq?~(kM;zED,r}/=eMoo');

define('LOGGED_IN_SALT',   '@^0&^]bC|@Y}QigBc~KR8`e_c.-{x;U.nll$C7p %tux!}ny c0gjrj$c@AscT%W');

define('NONCE_SALT',       'q}<zM,J^?-rq,aNAwD{*}Xfce!vo0ucbtbD+X3ZY4rwkHy<| _g*=Tq%Fx*=1Sy*');


/**#@-*/


/**

 * 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');

