<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @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', 'utf8' );

/** 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',          '-8r;_y.VAf%9K/8 ]s~Bm}vT?Ni:~afb)`S5:r|iM#C N1?|>MhJ8N/V_dnFYKkk' );
define( 'SECURE_AUTH_KEY',   '(w;A,73dKM0ab!hemzse[/;mLW~3k+5.eatcw5jnG&@LKPw[mhV27}aO6q`9y6v*' );
define( 'LOGGED_IN_KEY',     '5q3n=^:8?JktjHdm^GFVh=sZZo$k_AkL*Fps_;aziT=`9j6LtNbAE#jWjawG8^Ha' );
define( 'NONCE_KEY',         'KP%QZ7#.9X@ w4zp`|zI,Nc. *!gSlA[XfknVPKZo$(L]kE@:?nV0xM!Mku^fJnL' );
define( 'AUTH_SALT',         '`;()OE5DY$!f[fBAUtbE${hD~k)^jv8zv*iqY18eo9*=ndt16xxP<Pzm8Q8wm59X' );
define( 'SECURE_AUTH_SALT',  ']8m=e)@=~rl`$<Rk<.X a0nX!M12,:3U(_?B<q ;M1[-5sE?L)O;=0X?0RgK6&Xv' );
define( 'LOGGED_IN_SALT',    '|Xvj7mk!l2Jy7Aa<}TQ;#%Nd>fjxWhF:$>9u<Z0D~A]wi6gAy}kf1D~:s/*|yCZt' );
define( 'NONCE_SALT',        'xq2.p+n4lhqv6$=V*<:@hN(KDoy/a3rUoK|Tk]-RgDXVR^2G.X<g (H{S`.6YhPz' );
define( 'WP_CACHE_KEY_SALT', '~p`F-s3>#NMS(~q:,6c;`=./:?8}:AkCX}sH<_|_{qM&hz-N-Hr5_yD_A/t/oEi?' );


/**#@-*/

/**
 * 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. */



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