Server : LiteSpeed System : Linux ncr1.int3rnet.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64 User : digitaln ( 1704) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/digitaln/Devendra.digitalnaitik.com/ |
<?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:
*
* * 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', 'digitaln_wp_xe3s5' );
/** Database username */
define( 'DB_USER', 'digitaln_wp_bnh5x' );
/** Database password */
define( 'DB_PASSWORD', '!1@MR1A?sPm8Imy#' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '0h*7ygX+!s0zJ9)IT:3#K78C0G43uzF7_%7F%LG_i[ZpNu;1|3@/791E[sBg3V04');
define('SECURE_AUTH_KEY', '*+32w|19A&XZ!aJUu~m3(Nil*F820&Y3Un7F4:|nVCIn&j5N21)7vb#Ev0jiQ6ZU');
define('LOGGED_IN_KEY', 'B16@[lW3OAxHfN1;l3Cc7T:yPP|775]+/Sf[u0/D9+|Z:iMdGC)+p&+;ivsw9M!U');
define('NONCE_KEY', 'oZGFBiO5k3]|8rQ[2~W_ChvzZ!@49:kx7Q2l+~K]8_/4|-xAFr&5:8%W:MZ|]De3');
define('AUTH_SALT', 'vUE8%+(bO~f)S-uyU4ec30)6Q#8Fb;G[;8e59kcW_f|#[OUHI04jOR11ETQ29I]9');
define('SECURE_AUTH_SALT', '[bi;Q88CeS;96p[Y#Qw)X3+HBowPDbm8g[;8O)OlF1E~dk%2y*u0-&/:-e@Ws6UQ');
define('LOGGED_IN_SALT', ';4;uhU:X+4k1-v+r~pg4b[_pD03k6BwGev7|w_1lOI3!MQ:@57_9cvhG0c(M7yYn');
define('NONCE_SALT', '6CN]_IoxjB81p#+8%U]Uia3T6b56xuHq6Tb7g1!d:50rv;1b4#1;dgU+12TfRQ@h');
/**#@-*/
/**
* 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 = 'v4KkAbiD_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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('DISABLE_WP_CRON', true);
/* 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';