MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/public_html/wp-config.php
<?php
//define( 'WP_CACHE', false /* Modified by NitroPack */ );
/**
 * 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://wordpress.org/support/article/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('DB_NAME', 'cafsindia_website');

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

/** MySQL database password */
define('DB_PASSWORD', '60qiBQYcS_@5');




/** MySQL hostname */
define('DB_HOST', 'localhost:/var/lib/mysql/mysql.sock');

/** 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', '.7y,s/4~he<yOVV5KC|)di+J,qO%eVQS[Z8XgMp<}IPDCN#_$[A~bd(en}%{=+j9');
define('SECURE_AUTH_KEY', 'cz+JQNiJ(5c*Fn]f_wwCEG|.pqp1a6L|%8V-,hM+Cvbp~X.mtW85OL*G.I-XS%VD');
define('LOGGED_IN_KEY', '+:rWHj$8TOX|P^Om^/D|CX ^w@~gT[T!gyL86itf1r)S18lipik M9Q;/`lDn-Bu');
define('NONCE_KEY', '~kYCi~EQ`kC2K.-VgFxPv?$# +CS7sE3i|H_PRX[)CL*)6z>.a;Nc@^.X^)8,3%1');
define('AUTH_SALT', '=#b%zPrD1f?}gC+N1-neHTaM1?`k+$x2{&jA=rw^] .f1m|q9f?g@z-{QlX[3$Qs');
define('SECURE_AUTH_SALT', '$3:;N =GfI_q|3yBO.hYN8|RuZ3v&wZn O9R_;XvY6P*;$$Mz^i|m5XtUsA `J9P');
define('LOGGED_IN_SALT', '|hj?S<v,3K3.9`Ap,T40v*n,ixJCC-XZ=3V{_RRZ/,n+]@TXfKpYx<}TIB4||M{{');
define('NONCE_SALT', 'I>t-S_:a&MQ`[k 5w$L`I!GOC~;T>`.i*T9O8C_`4O#gGV|zZ>c9qQXF0B:-4.`1');

/**#@-*/

/**
 * 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/support/article/debugging-in-wordpress/
 */
define('WP_DEBUG', 'true');

define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
 /** Affichage des erreurs à l'écran */
define('WP_DEBUG_DISPLAY', '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. */
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

define('DISALLOW_FILE_EDIT', true);