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


/**#@-*/

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

define('AUTH_KEY',         'x16CD3QY5rAqtQdNCJmu6TQ7XTH9w7eaoLPzNqDLMKQWzRNrGdJWWRVOiYsWP79uHdN79tDC5eHVZ+/qsqcGmQ==');
define('SECURE_AUTH_KEY',  'vfBLF96tnTIuOcNWNAG9RFtiqt/0OsONEj/MmOtJ7PwxuN8CIKrYuKSZ9Kl8PGMLjtXXSm05aVvbYq0tpqwZng==');
define('LOGGED_IN_KEY',    'bZFB8r3SGjzmdKfbuz7FLxR1vBStC1mcjt4z5wW5Y+UiQPOuqxtyIIuS0Z1ZxCo93kXn7mQTONePCC13WeYrvg==');
define('NONCE_KEY',        'BlvgKLytgtS44EHU7l7elHG4XBiZkb9OvlkCtl9bLErPBhMc2boegE26nVaKyq1keAofI1NNgI6xH03wVkbv6Q==');
define('AUTH_SALT',        'ZWVrOg+SeSarvFXwQoDlHLWPn9y7OGXCAa+gGZrFbxdhDmkH1EBV7AdHGKX84aKxaonWdZSr2cWcBQuXmOLIVA==');
define('SECURE_AUTH_SALT', 'gZjUJ0/eei6KD4HiDJeVvR0KJDbw+igr1JZ9wKffIVKPXSPHkGQboapWpp7YyhNPPu8pTpif4qCpVldmC5LunA==');
define('LOGGED_IN_SALT',   'Lu7DgTLaW55ihpgWUJej1NrRJLoJMlOM7TjRDuRg5I0+fXLin5//W8T0KXa+6QK/OOcKhJu6L61kTaZMDPQd1Q==');
define('NONCE_SALT',       'uHofkcNX9j6DJcCEC0C88WQ7Iv6IIoqofdjB/XyymbnoDrmPZtPajIjGl1wZVyaYGRmYO59G0FbI5SzsaJvpjg==');