File: /home/thepublishinghub/public_html/wp-config.php
<?php
# BEGIN WP Cache by 10Web
define( 'WP_CACHE', true );
define( 'TWO_PLUGIN_DIR_CACHE', '/home/thepublishinghub/public_html/wp-content/plugins/tenweb-speed-optimizer/' );
# END WP Cache by 10Web
// Added by WP Rocket
/**
* 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'thepublishinghub_mmpublications' );
/** Database username */
define( 'DB_USER', 'thepublishinghub_thepublishinghu' );
/** Database password */
define( 'DB_PASSWORD', 'pt%m]wkM774A' );
/** 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', 'XOlV<FhMth7*s.bdV4%*Ij*1!/_ S)oyz/]NZ2`N^`vs(EM+T*%|TcismsSH*CxI' );
define( 'SECURE_AUTH_KEY', ',/~hpY9~Sv16~7jy*<[EtV%}2^AvN[,Q~nU=,dtNgRnOgDxoCi&=Sn%m@A?>Zu^r' );
define( 'LOGGED_IN_KEY', '^z2p=uqJef/ba(S>eAX~8m;4i$i;8nFP|10d3)Bv3|[@hndOjZ6KnkM$aVRq[IN-' );
define( 'NONCE_KEY', 'R`PeGL(,eKGmxvSMJJf!,U8_$6BY*O-LAb /8zl<Dy&>1$% ftE.@?9{nnwFRc|@' );
define( 'AUTH_SALT', 'Z2R3Ba19a0){)4U{p0!urr6v6u?mwU)dFnk*}$kKmF,Nwtw6}i#W-Le|}+8-N|T.' );
define( 'SECURE_AUTH_SALT', 'v)P_d Um/+XT)4SFZ.AmInYF]#0k)F.fMemeNQt|Mj<trBd53tq1v.89B@pC3^w:' );
define( 'LOGGED_IN_SALT', '?4G%%R2{ S,YH8Uj?:0P8OCQ^LX;buM@?L3H<@6&}Jq.I>Hna#>S{f$JD:J97D*%' );
define( 'NONCE_SALT', '/?:*X>!nU>;MOZ(p=6T>?JTw<V..H,krWI7Q%;w<>7b_@{LD#^fF~K{ZVxzq$~;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_';
/**
* 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/documentation/article/debugging-in-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';