File: /home/weariqoc/travelingdictionary.com/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 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', 'weariqoc_travel' );
/** Database username */
define( 'DB_USER', 'weariqoc_travel' );
/** Database password */
define( 'DB_PASSWORD', '7lMQFsJU6H' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', 'vCJ<8QOVHX*^2*qvt27NO/gzP!i6(Q`qS`*_42Eqf694*iN)5QA2>SFf(Qs%ijh4' );
define( 'SECURE_AUTH_KEY', '3B4U (eUUN3:})&8WE[1hKVWaNF(2^%!q;I;GFM7qMg&d(:l]6HFr}stXh.f@/RS' );
define( 'LOGGED_IN_KEY', 'GJZL~2V7JEo5/K%+dR>CuE]Y;$AmYL!vILC/Rf??:_p%GkPng,p_DcD}w(?[vD [' );
define( 'NONCE_KEY', 'E-F,k_Mn?Aesc[nBkN$J>vZxqnC>Hq?_l@8CZ.,/F+>R7r~8^v2Wll5eezxI6z-+' );
define( 'AUTH_SALT', 'Wb1!BXV,?$a!hJ6GaCX^Lt]PzJ@DR^(_Y3o]:<Vy]/Q+$XWUD^I?A$9,4$YU?z~?' );
define( 'SECURE_AUTH_SALT', '<VD a[,l.$;*`*@Qk//hAGU0iT=nCG$)fL3_OlLqG]-3U.?3JbYNLOj$tZOQ)Rls' );
define( 'LOGGED_IN_SALT', 'H{/)B#Arv._S(6i**`Mb1N&])0 c1,L1>>>B9qaT.cr_jvUv2cH_X98omp2+ r=]' );
define( 'NONCE_SALT', 'uXhg+m>+BV(q&7$>W&dCN)^Ie?)xy9b?Qxb4$j7hR|OqXJM4#$pPQ#^@b&vfD6qB' );
define( 'WP_CACHE_KEY_SALT', 'nj@ticp4<)&5<[g2+3G>As*3oI/es2XSc!V>h`1ebSx[9Wq9<BMyFfCP>wbwc.Mn' );
/**#@-*/
/**
* 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 = 'hrs_';
/* 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', 'a1c43a6d341fe4b63b22cac3b1f24fda' );
define( 'WP_AUTO_UPDATE_CORE', 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';