<?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', 'navigator_db_2025121810' );

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

/** Database password */
define( 'DB_PASSWORD', '03597b9b43fc' );

/** 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',          '.#b)Dk}NO;%jJh==P<|#O1I(Dmv &Lqp{cI93Vct!vPi1SNvH@F<nlS~2qNqjtDT' );
define( 'SECURE_AUTH_KEY',   '/Hz9E=9<:k[<wd,hIWz=#FO8uG/BzSGpL#x5~HbAFk/-9FiE#@w0Go6&Lq}8DS;%' );
define( 'LOGGED_IN_KEY',     '}Od=7mW,W@:,G9re2tnU36rL4iYb[||5qQBr.ZPLN^X(.8&r5g9?cAip}>*EZ{fr' );
define( 'NONCE_KEY',         '7#j*=YFoS]CHQVu%!]kaf:g2%@lFD.i 8S{}M|A*=_vlO<TXYN2%ebhs6>.1-.y-' );
define( 'AUTH_SALT',         'lG4y=dbvPxPd~(@%k)Tp%5-OsSs$r+_xS)$4ZOg8sjVdh)#;#.TC)!4e?e*:1.U=' );
define( 'SECURE_AUTH_SALT',  'Sk}5L{QS[~$c(-z1,o8$4{to|+pfh=3ldsNiby0KO2|@]g,iJ9pj1n~^#OD,Aiwt' );
define( 'LOGGED_IN_SALT',    ' {0Y!T;la1?})+i@[yFgX8Gm@ny,&_hlg8#j*VL5rY2{$I}NlKp~Ezeft/2f9igl' );
define( 'NONCE_SALT',        'A>|k dvwXp*~?^#sYJ`;bkb!_,06a{.5?9IRu0h9I!Z=O:^_hJ7o*e TPdS/Gm46' );
define( 'WP_CACHE_KEY_SALT', 'tW$.Q|=B2EzL*=DS~;br;d!g:y]3]C0,lo,(4rQOa5dLxXl)gL]+=YB-2I[G&qRs' );


/**#@-*/

/**
 * 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 );
}

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