File: /var/www/kevin-demo/wp-config.php
<?php /* BEGIN KINSTA DEVELOPMENT ENVIRONMENT - DO NOT MODIFY THIS CODE BLOCK */ ?>
<?php if ( !defined('KINSTA_DEV_ENV') ) { define('KINSTA_DEV_ENV', true); /* Kinsta development - don't remove this line */ } ?>
<?php if ( !defined('JETPACK_STAGING_MODE') ) { define('JETPACK_STAGING_MODE', true); /* Kinsta development - don't remove this line */ } ?>
<?php /* END KINSTA DEVELOPMENT ENVIRONMENT - DO NOT MODIFY THIS CODE BLOCK */ ?>
<?php
define( 'WP_CACHE', true ); // 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
* * 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', 'dbbfikr8d9lm9i');
/** Database username */
define( 'DB_USER', 'fitmencookcom');
/** Database password */
define( 'DB_PASSWORD', 'cHwgbV4XWIrKtwe' );
/** Database hostname */
define( 'DB_HOST', 'localhost');
/** 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', 'Bm4)k|i>.>z&D=Be.n} WJ>vNC|~JEZ;~G3RE5Y=L-+tmiDML[5~&WW)^dI:NfmT' );
define( 'SECURE_AUTH_KEY', '0A[!kC#n3Xe5y_~mVVp*Fu4cErC<3x@:*m:<-E2f~4/KZ3i->.$aY-MFm~E}E/$q' );
define( 'LOGGED_IN_KEY', ',ybg/xIYYC+0D/#tOy<-|%666S ;rs%`(qLBb`]M$+.7XG8iA$Qo<U!VHq5WkIfn' );
define( 'NONCE_KEY', '::MO})EdL`(NhRr^rN?USHGL#{z-}0MLEmPmPnjbLNcQ@O60itZRXZ`+$o7[_vIv' );
define( 'AUTH_SALT', 'RbL6w$pOzm>5((#3 U)Y;X6YB^z0>n]!!0^oa:2CRfq1|Y-Zv82*!.?TXZgxHH4' );
define( 'SECURE_AUTH_SALT', 'NeQ/@M9Z&+4&!G#=<]y>}$Z]?Yux%[sVP+zq+9.^|?BuXa@;L1+)DezG2.}?Or|c' );
define( 'LOGGED_IN_SALT', 'vmo)zj3bV_C}Ak=~$6P6o?;36FKBu<EznD`tV<R6ToxI8!bpmcFcfGAOp_vBEYR5' );
define( 'NONCE_SALT', 'zgi!IUF.M{ABHmh,|f}*f?-S0S+J`UV D=qdyUu>eTZNJ-)qR(*szz~^guDD j6Y' );
define( 'WP_CACHE_KEY_SALT', '=KDpNnL*(sS9v:(`kRiv?/A]z%9m_f!<9y.mC.5I?4E[I]0BwzUCi`JUC=J5~I{J' );
/**#@-*/
/**
* 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_';
/* 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/
*/
/**define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true);
define('WP_DEBUG_LOG', true);
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
@include_once('/var/lib/sec/wp-settings-pre.php'); // Added by SiteGround WordPress management system
require_once ABSPATH . 'wp-settings.php';
//Kinsta Malware Cleaned on Nov 17, 2025 01:11:31 UTC
define('DISALLOW_FILE_EDIT', true);