File: /home/jandjware/domains/jandjwarehouse.com/public_html/wp-config.php
<?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 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', 'jandjware_wpj1' );
/** Database username */
define( 'DB_USER', 'jandjware_wpj1' );
/** Database password */
define( 'DB_PASSWORD', 'XFYUG4FAxZ3QfmZmShAN' );
/** 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', '<L`M91e`&5S`lFI D0I{T#a0e7K_[e*p*zVkqI{!dA5m!qvC#SD{]!jIAO$_MV-X' );
define( 'SECURE_AUTH_KEY', '8l`KO7W$aMpj&oVaI;Z1v2Pq4_[/=?d[9YkDkd_pq67}<|0Rb{ZSNhm_r_&{=B|H' );
define( 'LOGGED_IN_KEY', '2G/zY $XVCD*d {({|<JW~<`2-]~VA!fA|DaEpjhY&<wu<+(z1J`}um+V|YM`2,n' );
define( 'NONCE_KEY', 'lRCt3l>%V.TI7uL&8CChdv<*0+mE@x(7$}L#PnD[]@7?k8 AMT}8TQ&h^V 2Jt78' );
define( 'AUTH_SALT', 'wcK-Ex0ZfTzAKI&e,3enIahJ]g:/T%SG<`0{bIel#O0&mhF]uZt1$mxJ a]}2/Du' );
define( 'SECURE_AUTH_SALT', 'A-=Ae_E}UO(y@pbl4Toh*A&(`BPvxy>cM0`^3Q/HE0=ugS_$&Nt<CQKTSq_l2*+S' );
define( 'LOGGED_IN_SALT', 'AW(}f,e72rs6I^%NzjD3>.2U6x:RidbWRuu`!4]:!|@=oh?URs~iyVVZ3wJb<~=$' );
define( 'NONCE_SALT', '-,X~aq8E=d:$i.BX0E!w,O6X5|96#&9:2P&7|Zt$@d8K*k_xEQ[*Gz39C$guZ;^`' );
/**#@-*/
/**
* 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';