%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/webroot/blog/ |
Upload File : |
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'addictionfreeind_blog' );
/** Database username */
define( 'DB_USER', 'addictionfreeind_blog' );
/** Database password */
define( 'DB_PASSWORD', 'Xl1UHQ-_I!m&' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'nsK/I67|HxEX/:?;O4SkY)Z_1u#Qf7K|r:DarS=:}N&go4D@8)sA)P(*5OE F9|7' );
define( 'SECURE_AUTH_KEY', ',R+})]S|K_@F9onG<Ikq-3m_t{bsTo*}Xc;hW?0F*zuH$MoC`,upSim-!PM&.lgG' );
define( 'LOGGED_IN_KEY', ',j= b?>5k2K=k`w.0Bv@ymUj-dBb7-hFe/x_6L< &[|v]B+}ng,hvL#z1:k7|-x7' );
define( 'NONCE_KEY', ' W%_D.IVX~|{Y^4@o=?%Jy<xNsHEi/b7%-fY~G65 roKq(eJPsk@Oz_-B4.28Kl' );
define( 'AUTH_SALT', '5j=2@N:MH]6zKf@mN ~h!pj,A!Plqe43vc;NE04#p_!^LEX )4@~X2c,cjw>;cY<' );
define( 'SECURE_AUTH_SALT', '&#]8XQI{i-<`HiLN>)t2M?J=Cc^<0*{BwRK2EpTjV8Y2(E;AL8F3?a/NmU t /Ck' );
define( 'LOGGED_IN_SALT', '!|Dj89NtBoT!^I0rwq?Pg`;6(dJyNW[JiI2UH2_>|lswRY[FP:|g5ecjB9l&@5~)' );
define( 'NONCE_SALT', 'jlc85 `JnvIOWc}/Of,hZQm4^n,0|q/m){p=^(FUfuxp$fwH=@<^4yaUHNt:CeAx' );
/**#@-*/
/**
* 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 = 'afib_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';