<?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://wordpress.org/support/article/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',         'l72j[@uTooQ*MT^k+o0[&L!GaDKj.u)<j8AtRY,Kgmm;m?W%haLz<Ik1E^3G[Pe_' );
define( 'SECURE_AUTH_KEY',  '/Z1w8lPoNJ(]F9R-LUiR#eO9dl|2mPA,|,KvKs.5,V=Tv@KM)/8.F!9_WowA$Q-8' );
define( 'LOGGED_IN_KEY',    'LW,jYQ|d?k0D0h?>rIX%rlxyxfXaeiE~*hu9y?/QWz9C`Ae;.[|DXznW-rH6Ii6l' );
define( 'NONCE_KEY',        'rbFAWsP*xa3mnAo8.w|^Fqu%;?f!?c++7bbh.j*}!o=d>Nfj,l/#ViP[6k/N4k7E' );
define( 'AUTH_SALT',        'q!W;+*^K8>t1i6XRz=ED388vw3?v.a-q_|X1;OcG4i_7i|7`h~eDG+CY7_6G[}&l' );
define( 'SECURE_AUTH_SALT', ',`8}aA,fgmaiYgvLa%F7WRzOnwp%FzzE_}4OzQ57R.(mWUS.2LZ0E/Lmr<&hZ;`r' );
define( 'LOGGED_IN_SALT',   '~w:Oo5T#k4uM)P~0E0WO]E|g8Rf 5z~Lk4[kc0l#&}[e6]m}Z,/)p.rO!Kt9*Vjc' );
define( 'NONCE_SALT',       ',vJjY2=T!7=dbX2M.snz#.?vW=+i-_f(6*,[.SHLUbOQ:fnjZk% e$SM~UG&g(;Y' );

/**#@-*/

/**
 * 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://wordpress.org/support/article/debugging-in-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';
