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

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

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

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

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

define('WP_HOME', 'https://amzhive.com/brandingenterprises/');
define('WP_SITEURL', 'https://amzhive.com/brandingenterprises/');

/**#@+
 * 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',          'Xd>a(+(5|c<3m<Y^US:uYa@F^6.E=mOsJ,m!}RH;5J<QRt.a4G]%*4Ur4<OtQv&)' );
define( 'SECURE_AUTH_KEY',   '5{{ttUvWH>Pged*1D8zSg;3c.kU6_%|F_b=LG:(ex}x8+xeOzNeSL.,OW1]>QC$N' );
define( 'LOGGED_IN_KEY',     'pYCM7L,n/b=C?YCDKs$VN4Yfr!7[,pyx4B6C<x6cdwe06Re]g7|_,?fNoCh*F`&&' );
define( 'NONCE_KEY',         '4w<Bj3>(T51fd9DyU*vrrbK5m1X,v>c7Kfh f1:aBk<p/[m_I.Yx|8WuUWp 2c?Z' );
define( 'AUTH_SALT',         'C!`AL?*`Tg09qR?54K>gd|.zcIS $^=aVOZksQF[[%W  }&]IlqZ>[{ph~COrCn&' );
define( 'SECURE_AUTH_SALT',  '`~{00vT:(~>XYdN]wyhyOthGdCFl.<C.AVmR3FtL0gCSE-|I;:-{?h|R+6cEsff?' );
define( 'LOGGED_IN_SALT',    'Ml#AU4,&8_MO=-Aaq?jFFd25>K?WeNi/2I[m#T<rQ;DTB(kt:jn=iY!,>QrzX{~c' );
define( 'NONCE_SALT',        '~Qae+^f)}@+x,mb{tkBRjn]0o_-P0yPgb: $`SH/(7MPq4=TRKoRL<>B*%Z]D{%,' );
define( 'WP_CACHE_KEY_SALT', 'r+n1u}tkwqXaKTg $$;8J5bJ}5F+<#jW>zUkuo2UDe<*k}L8ZcT`Ez`X?KJ|P&E$' );


/**#@-*/

/**
 * 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', '31b411b41bf81c36fde8155047c7a3ef' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
