File: /home/jsaha/blog.jsaha.in/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:
*
* * 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', 'jsaha_wp_6fyrn' );
/** Database username */
define( 'DB_USER', 'jsaha_wp_pqx4p' );
/** Database password */
define( 'DB_PASSWORD', 'hN!x$VY@sO5p2ow4' );
/** 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', '2!Ka0F|I2Dfxo)it&yWTJ2Y66a89[vZe7Atla/S@%80X@@EGbx(:T-~7l(N-X27k');
define('SECURE_AUTH_KEY', 'K619k]VpRPVX2#M2/olGHYw62szK1~c[0CJ)[0340DWkNC60n9Ckut-+I#f6e42~');
define('LOGGED_IN_KEY', '0gxz0GerjHf0o(IUR4P5SN]/BLY37raY*sOy19193L1L(M)+f@iO;:|9%(f61_]8');
define('NONCE_KEY', 'U)M](WPHa[3rhcA~4o-1fS*HztlqN33078/E*21xF[/gH7*cPk3*spaX)#;iH]U!');
define('AUTH_SALT', '_1(/|r44@8:p95&Es2/73hm5JA6rsH:#)W:3/3&80p%u2@;:93hz8#fmM&r3&1;)');
define('SECURE_AUTH_SALT', ';-t4+M6WI0MJS4rTtuFf@E5qy;b4[wH@1DM6[3RUC9Tf95&)Y5/8UM-2i&cy:s0i');
define('LOGGED_IN_SALT', 'T3J~EAv%#%|6062iK1L&#;l8b-7;;Trx/m&:pR#+)53Q:#W![;qm:5h5rS_Coex5');
define('NONCE_SALT', 'No660vv7RX)eqO*i!tV]C/225-z&@35c*@r/GEL-+N1x9i%By@~4Va#+En/NN9w#');
/**#@-*/
/**
* 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 = 'c4Twn_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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 );
}
/* 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';