HEX
Server: Apache
System: Linux sg2plzcpnl479111.prod.sin2.secureserver.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: kanika2710 (2246350)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: /home/kanika2710/public_html/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 web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/kanika2710/public_html/wp-content/plugins/wp-super-cache/' );
define('DB_NAME', 'passionpeers_demo');

/** MySQL database username */
define('DB_USER', 'editsoft_team');

/** MySQL database password */
define('DB_PASSWORD', 'Team@123');

/** MySQL 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',         'CS)V#UY>mk~F#Y+Dp{AVLGFhYjp!v__A7sBHUnAQZeO&UCIfgusW%#HAo}ka?!,a');
define('SECURE_AUTH_KEY',  'ubj7XV5Ad:a2+b~#~|6FEZTMFSMsB/H.jfe}^Fu,)YL8g^9(`:<gA:I?G[~X=9r;');
define('LOGGED_IN_KEY',    'Kb~Gslw:0#)xP*g_Sh0frRJM`_ha+2@z%K$lY<jW{t2Zz~aM3>CT.v$9mxEP,1hj');
define('NONCE_KEY',        'QiD#hZbp7N%fV|j>$yrNXXpF1Nr; yrFPer$/tC<Pg}V)kH(+Y|RT((MhU;%j(d}');
define('AUTH_SALT',        ':u?$^SoyM@]?}MvI^QhLd5xqt[~,91l5yVE[^SC=%4X021d|2ZZf7nJm#j$%x!%8');
define('SECURE_AUTH_SALT', ' |be7+eA_uS^Ul.R9/$il/IB;VzSWZ4~JK0UwkfDxTp=I.5r/{U$?U^Xm4F=70|E');
define('LOGGED_IN_SALT',   '8?=-1wV5.OnMy_z:<RXmwhUjL?SXYfX@ezHB.53l-1XaFHkaCG/wDgOrHiLz2x x');
define('NONCE_SALT',       '.9:v]FnS2`^*w)&t(IN*08-HZRPandMn$q.3cy-J8M@WuvKTAd%i3(LHE?>D6=a`');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');