<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'hitentec_wp3' );

/** MySQL database username */
define( 'DB_USER', 'hitentec_wp3' );

/** MySQL database password */
define( 'DB_PASSWORD', "Hitentec@123" );

/** MySQL 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',         ' &[ &8RS;]H{8f}J}^5)*T;eWd>E`OnnX2TrQ>aJrRcS^xVU]~(tSrAVU){O4^#i' );
define( 'SECURE_AUTH_KEY',  '/+y-=:Aoj{vtCiN!}W*>FQ`%39wdT&fcwJwxK@3Q|GJ[xh~T/7h0hDx%rsX^!CUR' );
define( 'LOGGED_IN_KEY',    'Muz,5|vM:VY>tw=)?.$uk$BExU/h~BH|&2yLG3D$o(O^I(>ZwZ+MgptZt1DjpblL' );
define( 'NONCE_KEY',        '{Yyzk)1L<#uA=<cc/~#ghw~<HvANe8?lditPF,%uU[HA&|{a<_QE%Ge]o1~REI6a' );
define( 'AUTH_SALT',        'VT0E_w j5xD&^,M,P}zefKCqR+!pp.O]malG^u.q?m]<b4b|wv`Mj%/C4Fc^iou%' );
define( 'SECURE_AUTH_SALT', 'Sj@=]qeDp2htf1dOwAgCJ{;n*Q`r0vlC^~{z[|I`7&n<^Fe [m>#ivr-e7c,oMK8' );
define( 'LOGGED_IN_SALT',   '+IE]+MEpct^E#rwD2A.wf_G6]>?G@f/MZ}V>z)XIpDentRZh<>VqDpm0!NiM4#Hl' );
define( 'NONCE_SALT',       'u5VI#FE#gVSs_).JJ:yIj}PMad!(_dmKI9dQ~~IqzVFz9>*84[&=BHJc%]galhCE' );

/**
 * 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_';




/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
