<?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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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', 'belloren_WP4IG');

/** Database username */
define('DB_USER', 'belloren_WP4IG');

/** Database password */
define('DB_PASSWORD', 'Ngi2sqh%}uO5&MH]J');

/** Database hostname */
define('DB_HOST', 'localhost');

/** 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', '3a67635db3af5788ba3a0acf3a89fd42a8edfb7334bed922d676dee3c481b360');
define('SECURE_AUTH_KEY', '4856ba97489916f1b526fc4cdb48158af29848105f4e14d16723a96a0222a0f8');
define('LOGGED_IN_KEY', '5d441dd5d1922ed4e9228f1e56236a6ac333d76219558950686a42b2a71fb03d');
define('NONCE_KEY', '44fc8c9fe00411e6595a33a9009448051298a51783d3a9d9af2895c742e88b8f');
define('AUTH_SALT', '5656db0784b8efd1b9206f7e27d539ccb4b2539a26df8460294645e26a69843b');
define('SECURE_AUTH_SALT', 'b9b8f6b25a0cddecac672d1a43cb4fa32d20ce40ade875ed7647b0e6992b6815');
define('LOGGED_IN_SALT', '44271fb4c9d694108b940a3fb0198d07083aef8ce5babc047c3e6b41cf3311fa');
define('NONCE_SALT', '4bc899de6d3a9e780cc8a71c79c70f3a2c59cfd6ac60d45357efa9c3f33e13a2');

/**#@-*/

/**
 * 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 = 'G2r_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 20);
define('EMPTY_TRASH_DAYS', 7);
define('WP_AUTO_UPDATE_CORE', true);

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

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



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