<?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',         'Y[2ES)1$8Y^->dN=R1ZQlEo<xoxO+_)Et%Fy>cJd=Z@:i/Rd {*d[qp[8S9QA2La' );
define( 'SECURE_AUTH_KEY',  'WtFR5T!Rm.m*x]j&]`EA^n4z%k=bi9jb_@3.Cc:Z`|iTQ5(y_#=5IM/-c_c_uvV ' );
define( 'LOGGED_IN_KEY',    'PxWOuS#m}H^qB0F;aUQat{F7E!HXAv16W}<P_zq,g@b9hftjzz/*OB{E?X(A)L(X' );
define( 'NONCE_KEY',        'lf ]+=KAB_5Dmmex.,W[W:W1_z<GY`,fUFuxA|]Q6q}yRys_%xWMCn8U`NS9e20<' );
define( 'AUTH_SALT',        '57QTW141<//94&83d&3!UkEIacPt)tBc<m $0Xv]_-@%90O#_q=QLc566s1]ctwt' );
define( 'SECURE_AUTH_SALT', 'c.b&Bf5T(~/T _cCH, Y^N||%s.JN$8pzn8jXe[`*qJ_;O%+.Se:LnfwfsB5D,ly' );
define( 'LOGGED_IN_SALT',   'fsz${uqNET+4hKQ?m!Xl]tU--%|*Ln#rfW}(7WnpxAw[a9M!fX?nrx$5Trmo1Wo`' );
define( 'NONCE_SALT',       'y<WU}Ogm~<B5s4D4LA2[:f`_T4<eJuSzdG ,By&4kSL0gz0P9)P9@uWniY6^Q!Rv' );

/**#@-*/

/**
 * 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. */



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