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/btw.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_2csyg' );
/** Database username */
define( 'DB_USER', 'digitaln_wp_rxrb4' );
/** Database password */
define( 'DB_PASSWORD', 'ks^WnX5w1m7~QagC' );
/** 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', 'XEz2*:&:TZIvaPxi(g]Nw@[9@2+4LDG5Jq0Eb%a7Y3k6#%vd+tB32+baT~*%Z58[');
define('SECURE_AUTH_KEY', '%+26SLtd/tpVKo4FGKVPMMX1&fkhs2X_yl]9O6n+(%u8~VF~d]SUHk)y3*S5Ub0!');
define('LOGGED_IN_KEY', '%7+G|g7mF%wfor&OZQ&tid~#+S|zxG+UFDu9|(k[+yr3n3f/JRA#M]8pU8Z6kQQ0');
define('NONCE_KEY', '|kG6/(#ia|(dV@UC1tQ/99O[K!o~:|pEPaN!aGjq3B[q)0VA)04pZHU67s8@N12W');
define('AUTH_SALT', '8t);5_uk-(:1)q7NJ%Z3S95ehf@!R!Mwv#7/h-fRIN+BSi0j8Z4vDpqwcbY3yZG%');
define('SECURE_AUTH_SALT', 'eD&cc)0*57674-c7kl5+I!]4SH9q5b6Zx-1n|mcK]h]&Bfe)zYb5n(_Y(RdPP8k~');
define('LOGGED_IN_SALT', '~MOJH7+yo@ElX)-;33NfE4GxX9mZpkJS61]0d)mB_gMoUS6R+(pZhsid@U&2SmL8');
define('NONCE_SALT', 'w7)VWVwFDP!o-n|a5!/c619]Vkc)ogh_6;48gX#kvQwW/kc3&ZjlaY~S+M&BJ/1l');
/**#@-*/
/**
* 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 = '9flxC_';
/* 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';