<?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',         'C!z(g#Kiva2:n#dx0Fgl,i3kx^H<L^ s*E]v6|CqPbwzU%5k=XzQ:$tSLK>|(mwY' );
define( 'SECURE_AUTH_KEY',  'Fs&H;H(PxyE}%xE1OZ.RYCAaJJhC|8:L4|;QxMc8?-cDa4MW}_eAvP1>Ql4*^?.f' );
define( 'LOGGED_IN_KEY',    'xwG4,#O)5K.n;g<c|54S8x_u?xyd+5wQ(pM^%S%,,9JvGVkV $TUQvA3b(j|`YTo' );
define( 'NONCE_KEY',        'h/FL;69)skLF!/fD933b#Cy@,uc6n)IwhOr=bSjBsWt{PPDP@B&VaWu(_d= 8zk3' );
define( 'AUTH_SALT',        ':~l$pz^L^#6ZMP)cK-4ht]GdCjI=|tN_?Y]Vb:ln6pfhuI%NH1BgAwcp*T4` Y@v' );
define( 'SECURE_AUTH_SALT', '4=rw>X%-h&SCU~J3?.,8sY}MzDAE,f>NGV=k1.JU=U45`$|YA?nvPO1y,^jmdpV%' );
define( 'LOGGED_IN_SALT',   '{H;jEZ/*KewjpU2~x5&hlf)wO-xr/]35P%qSAB5ua2W!yi/c<mnCB08XbKi*wI[J' );
define( 'NONCE_SALT',       'G Hp]^iiGcg#-H3*pv`rqBn-;=:<5}tOhY>9iW2tI?hHsLhuK$iH]<x&J6LDNp6j' );

/**#@-*/

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

/* That's all, stop editing! Happy publishing. */

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