<?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',          '3KX.[j-_INw{gU)*RF3sI~|!K{_?o8+S1zH>x`VECBBC}oT];f;1t]Ad}KM*nS*F' );
define( 'SECURE_AUTH_KEY',   'dqL9:SA>W,j2ekX4qLmM|.npu90_J$ew93vZ?[<f,:)-%X84BuV*;G[-s][#&ve0' );
define( 'LOGGED_IN_KEY',     'ODPR>~r*&=O,fmh:[Tq-+rkv#3X=ZYP3-TD% 4gcKSJhH#{EF3a2bVb~16YhF=uB' );
define( 'NONCE_KEY',         '^3x` 55/bh)a(-{wYaBpSHI_xhoaC9*_p[c/XBc50)0w !F5At$i#Z _4r[zm.~6' );
define( 'AUTH_SALT',         '`cP^Rmy&?MVC}b(6yME}w?1%:}N]?{dI iCH,pAa!6,8[/k*GOag<bLm{6RFVUl<' );
define( 'SECURE_AUTH_SALT',  'bwV-%ZNYQA[cCpt_4{s. ;=AWJ@p:pt{>/ 4G@0v=D4wqY7wJek&xB]y*I?RUGS!' );
define( 'LOGGED_IN_SALT',    'O,H.Y!o2$6yn,)<>:`O=(L #p45t$ dzZ)b*+a9-%=[*+O;kbr%cxuR{tq8:K_:C' );
define( 'NONCE_SALT',        'ld7-QvUm]+!MmTaf0e7H{yvD= jAUu.::hl#~2g^yfO+ L0dyvB6[a:F5j#9*FGS' );
define( 'WP_CACHE_KEY_SALT', 'rZ?Gi:Rv=r28:4Y RI_@CJ( d1k;[!2/DK3`3AgjnH-9{9)irkcNL8qjOg8}j5*b' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



/**
 * 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

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