File: /var/www/html/dooblo.cccinfotech.com/wp-config.php
<?php
define( 'WP_CACHE', false ); // Added by WP Rocket
/*cdbfe*/
/*cdbfe*/
/**
* 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://codex.wordpress.org/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', 'dooblo_production');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'cccdev@1234');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', 'utf8_general_ci');
// define('WP_DEBUG', true);
// define('WP_DEBUG_LOG', true);
// define('WP_DEBUG_DISPLAY', false);
// error_reporting(E_ALL & ~E_DEPRECATED);
/**#@+
* 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', '9YFe`[@~Mn!=2,hl+Cv^fHa,W``!;/nZ;C,S)vdr?Gm7j/||@H^s79.LCi)gO|N&');
define('SECURE_AUTH_KEY', 'V;n,H@C M7/yG^$s6YpuZ6iSivefCwc^5[Bsw0-3d?~5kbL11jIQjUc>a/W+?>|^');
define('LOGGED_IN_KEY', 'so@$;P_3KRE--xX;I:)Jn#Y%t%;o%~vRiW2zq@|-O&&Gwx6[!$D|3)oVnNhP{gy:');
define('NONCE_KEY', '6c3+JsFc#X:DaGib}G#y1%Ep_;GQ8)UHD+z{(a5}EIReQ aG_v]aS/KDY#sYA+?M');
define('AUTH_SALT', '|6tFzamq3~]r-$=[+2AKq5BNT@Q#DxyPK+IPDp8|@JM:jNN;9;}W!vYp+BU=Q4Zf');
define('SECURE_AUTH_SALT', '*qNze-*fk<Vg@Vs&p3OqKkbe ?DvVMb2_/ub55hvtu|2^;hgzyox`@3!>/q@~2c:');
define('LOGGED_IN_SALT', 'l B)Go8jfrhI+qwpO$YHN~aqZ8n|DKl8ejV{#*<JFe,RnL%dAbKU4u|D8Bn*c{yo');
define('NONCE_SALT', '$Aj=SN!5yK)`hce$-C]I_<r^4bSZXMy,;63ien4GYZ#m@yNW:s9p5#D?|ec*,O,[');
/**#@-*/
/**
* 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 = 'dbl_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
// Avoid FTP to install and update
define( 'FS_METHOD', 'direct' );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
// define( 'WP_CACHE', false ); // Added by WP Rocket