<?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',         '7E_>e~{4 T}r*qK6>:Y,Vdf0jOV*>dOCrqU7c1y~mM|}{E qhq-Sz)r7#wyjPTNI' );
define( 'SECURE_AUTH_KEY',  'r;nr!SH.{%%Qb=Lsrn7/muT;V!WujMKz1ME:c;^`7O6b,/ T$CKi&1YJs&N.H_H$' );
define( 'LOGGED_IN_KEY',    'fo5Anam5G^[gEgcq:QN]}+x*.Ur-+fHo+l2ImjLd}_/qXbYn9[p_+UpGml|]3S$e' );
define( 'NONCE_KEY',        'kqW<.SCQ`sE-leGo_af*^sc|lGy:;q1g$J,]f%TP_^/n*W[Tm$8=46~>$2Obdhu$' );
define( 'AUTH_SALT',        'uMJj]tdd*iXuk(&/Z}x`JZ- 78w4;Mqm0A<Miw]>q4/l+t @YpPTYtnhvy,LFIcN' );
define( 'SECURE_AUTH_SALT', 'V-uJ}>&9?+y=mge{z6H@%c(!Mw0 (b$g;W~Eey]b5,Ny?Gk+8+7=humRa>N:G#hi' );
define( 'LOGGED_IN_SALT',   'opG?!gzR!HxC{Nm6LzBpl*LE&X.d9tSXkWBc[h2D0!Bw#9Ge+0z90#P+_FqMnaCV' );
define( 'NONCE_SALT',       'L@WX}FW*,y=Zw_I|1,@[%Q]Q,MAlgE3?x+c2||ZH`]U~u~]y/?7D>@#25WId>2{s' );

/**#@-*/

/**
 * 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 );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', 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';
