📄 Viewing: E:\highlanderworldwide.com/wp-config.php
<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'hlw' );

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

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

/** 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',         '^*yaf{Zot?SB]?.~|!K3j>`wJQHjUghNXXpr2g=v2Bu8RzO^QvB3F+p8t8_A>]_7' );
define( 'SECURE_AUTH_KEY',  '[dpn`SmB<~~>*CnPUz %8kh!B@$9>&RP$7TJ+3wV?pxsy(IElA&.bM.Z|+JLS;1;' );
define( 'LOGGED_IN_KEY',    'Y(u@HyOC_:J{v,hCmgnUG(Citr.<cebm!qEeleER_JiBLc5G<>!z$dySgSRh)37j' );
define( 'NONCE_KEY',        'gT%UAi^WX^V<_S9)S~X ,F2jO%1(|tdLXxm<bOi>v!=PS!^jjj}-bs$4/Dow(peo' );
define( 'AUTH_SALT',        'a@V-Xjd?k-({J7?!6w:MyzUZ&o[T!*nj|#85SXCbK[[(%+bylC2+r@@7sIM(ZF+j' );
define( 'SECURE_AUTH_SALT', '=#s#Ua0&~Diqd@O5}H.XEt8;Tz&?O WW7).5+-_DdM*iPQi T)~yL3F]MzC-WSek' );
define( 'LOGGED_IN_SALT',   'u{&,pAb$]pmmH]:`y`?Ubfj}Z*iSDUrbTf dBUr9tqFP:vti)vW+Un)F(@^<;@ q' );
define( 'NONCE_SALT',       'RI1P#-2M7X[{TzQYAxM?gSFydVzO_al*2C.nD W_q_v*7Mj(m!KdStb61MVKaqo?' );

/**#@-*/

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

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-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';

← Back to directory