<?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',         'AFA(?#*Amnb,4sRd>^s]/+t)(44(G!_!.zoJP:Wo&D-wd;S5s7)[2%QhtR1|57/,' );
define( 'SECURE_AUTH_KEY',  '+C^mS]*^Yv!X)GE)L|N|nFDcHB;m9YQ(GI]TXe7!5b[O4 _#o1V-?HJyw7I2_nMF' );
define( 'LOGGED_IN_KEY',    'y5mJ^PER/RO5E(FuB@Y-O8Nu#[hYvi_Uw} ~0w.`{NPH*/*k]0fs13UBu~K=C/r*' );
define( 'NONCE_KEY',        'jMwl1KZi,XDZy6{qN_x:QBbpHn3Uq&^70+#j$[)[)goXu~Tn$Of3P4aA`^ZQ$Xx:' );
define( 'AUTH_SALT',        'h#y>oqq5uU=i1}6u+-wdP}wMQ36lPY/rm,U<4QJ4M5y=n<8&S.2fQ+u}s>|ZMOE}' );
define( 'SECURE_AUTH_SALT', 'fL$cPH37g.H3ZqV..N0W5> dW(sUY#I4D:oxo@^m])Cq2u}={8~.1u2^J{vKareI' );
define( 'LOGGED_IN_SALT',   'L,:LJ.!W+H2uFr&Q`15 5F[aIl1]cBw2vhyZaKd{qChbAE1M</kkn9peR=mxSd7_' );
define( 'NONCE_SALT',       'Li9E[r(>j[{e]f)aFQ|/-h?|?$o*3Pc.CW})c}9S#wcU?)!y{A a)<blxb|U7-[w' );

/**#@-*/

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