<?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',         'iD9&we7cvvy)I4>i-6mgg]F6!t!,ruUY_39GFgGQ%M5!|0ST (J0&~8V)s/~q;J:' );

define( 'SECURE_AUTH_KEY',  '~u3-g$D2z<5O*ycacs+cpI%>fc9`MIP:odWIeJ_#Dc}:+68UILzyp_~dg-p?dz;t' );

define( 'LOGGED_IN_KEY',    '8R9}u6hkDwr^oE^y!/S!-QEd$Rm=HX9<S@4Bk?j(O+Q_fa#9I$fj<PjS{s4!DSv`' );

define( 'NONCE_KEY',        '-!B+i$m$]S;-I_ilB#F7*J]>K>/h[6G<qKdRqv@vTVZ ew4-IxW2S*P?qMWtg<U/' );

define( 'AUTH_SALT',        'b>^m:/=rOJ7,P F`&q%PD|$mE$/ 9Xp9jx/x.tdYyaH)MspDaMb%m`@4L#ta(|(z' );

define( 'SECURE_AUTH_SALT', '=renJ^Uo;ycGLR3Fv-Qa0e_N8u:W5HD1y6}ze/ [c*F5Ye|G;U^f!lr/Ko%w_b?D' );

define( 'LOGGED_IN_SALT',   '|;W:DQW[.~u>]W5l.yqpHjaZ_u4TT`6-/qkP)$7XmE{};K]R55(.4i%CMAWKV~ja' );

define( 'NONCE_SALT',       '>5|o~ck9X(&pISz{2QN/C<9GgB6Y2a!*;g !?4(/`J:Tc9=<0]Cqj;KA+[J(Zt(5' );


/**#@-*/


/**

 * 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 );


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

