<?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', 'narwin_site');

/** Database username */
define('DB_USER', 'narwin_site');

/** Database password */
define('DB_PASSWORD', '@m=GiMlX4b8o');

/** 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', 'd84f35d0894ad4c4ee8b17e85218116d52187f3f56147bfe090679bb3ab69e86');
define('SECURE_AUTH_KEY', '61d2e80ce416971e3731d20b2a08fd8df0fb0575ddbd15503a0f998ac166ed74');
define('LOGGED_IN_KEY', '32d1ee3dc8c480c47e544cd018cfbefae08a602411a219865b1656689507ade6');
define('NONCE_KEY', 'b22952826c14b660c80bbf8e97b3f86ece776c202326bc092b91284c5820f2ec');
define('AUTH_SALT', '3ca7923bdb294cb32c958cd7b2f2cc322d22869664d9aa27af7b49ee369d7859');
define('SECURE_AUTH_SALT', '91689d8e19ad79748ecff7f06a544e55b7615a4739473b93ca11721e4aea31c1');
define('LOGGED_IN_SALT', 'c4084854f543276d7ec85cb0090fd044055f77ba3b0a5c94bd3087123d76fc98');
define('NONCE_SALT', '712b0e523513b05642cc3416cb0c8d280734e65cc47ad884ec675fa72b19aa05');

/**#@-*/

/**
 * 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 = 'DRb_';
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';
