<?php
define( 'WP_CACHE', true );

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

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

/** Database password */
define( 'DB_PASSWORD', 'RRNagar@1234' );

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

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',          '{{7&JTf[egUin+EWR KUq~HskT*^[Y-~<$jGo(bV>JS]~8$J,0GxvUl#c<~,&^[d' );
define( 'SECURE_AUTH_KEY',   'sFYFjv?~xjKC7O,a?]~SBceBC>qu1C&hV;+f@AfsC8j0BKVwpt6o`nh1.D:%KxEp' );
define( 'LOGGED_IN_KEY',     '5NXQG:>]M*&tLm]o657%}fKd54}BzumI.Cu_aNdl$Gn@)^25K1eLDqsbu{sUev1H' );
define( 'NONCE_KEY',         '5fH[9C_Tf^#S7X4jH.ha*.XW@2:vC#3G<@=2&6n75Gi_lQssfa5HQBpjm0!<@;1&' );
define( 'AUTH_SALT',         'W/C-<ctZs#K+:,FtrQ2v*i#YrA>UYB_MOPiti&&hcBAe_2QI URGZr,f3Z,Mu}T+' );
define( 'SECURE_AUTH_SALT',  'm0:t!*v>ZqWvsaI0^ne?Lhi77~zASy(<R6+g8}[ysK4bFE0}MmzFaY-Wt&vX^-;?' );
define( 'LOGGED_IN_SALT',    '0YNUGg-%?)#g^OCwS/5?GM3ml5UIj)$jzxuOP8y~_xjoWXYRd6++y@>tih}7+zzi' );
define( 'NONCE_SALT',        'hJc$M(:7-|c$rP/`Rq%<=g}35qY|)*SeEr!CKRhBbJH1gR/,oUgp:}Qr>`2eWPXd' );
define( 'WP_CACHE_KEY_SALT', 'ao__SJp_ j^:lE @-ql*ox/(I>IOt5dfE+DFZVn3{si}RUL=sgCo,~YA%4NMN7y~' );


/**#@-*/

/**
 * 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( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', 'ecf7964cd224017789c0428e84ec4c37' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define('CONCATENATE_SCRIPTS', false);

define('FORCE_SSL_ADMIN', true);

if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
    $_SERVER['HTTPS'] = 'on';
}

define('WP_HOME', 'https://site.efleetadmin.com');
define('WP_SITEURL', 'https://site.efleetadmin.com');

define('COOKIE_DOMAIN', 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';
