File: /var/www/cqgdaz.com/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', 'cqgdaz_com_db' );
/** Database username */
define( 'DB_USER', 'cqgdaz_com_user' );
/** Database password */
define( 'DB_PASSWORD', 'R6GAHg3OtvSe7iPFquYqlg==' );
/** Database 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', '' );
/**#@+
* 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', 'do:vA_mv2DG*7h_33pFr@r@QQVW7RN!@,!.qznlu`WNd|0xRGg67zbg|!6]eBE$[' );
define( 'SECURE_AUTH_KEY', 'M(%aiM}{5d<5lZmO#5n0SlslTjwD)]XM%8v;E?A|(Cful7Bo|pOF[.Rs1}!c~>GA' );
define( 'LOGGED_IN_KEY', '=FwYB]c:~[.qYvH%CY/>(5OIBQ%qPgED uLlRIV/k(H_fD<S{.8w/m~78JOTLkhk' );
define( 'NONCE_KEY', 'xeQIE2w`tgUj=gFl>7X<>QZZ,*/AOAW5(VM)UV!0Zx/dyaxpEuU?#iRI:=f&|VII' );
define( 'AUTH_SALT', '*_xSvhWB<*BV{9M!ynb3GRY}^&j%;G]H3?A7t4ppAD}.@N4B~~>[T{dY])//lQ6+' );
define( 'SECURE_AUTH_SALT', '_uChl=M|]C#Q($O6ILAsR F#&;vijotux?;r!nlK;fuii[}N~RD)fyI_59W]mFAx' );
define( 'LOGGED_IN_SALT', 'nb#q#9Qw9O,Ok~v4u1$Gi+ZL}#$ex~qyt>bi1nKE./8A:8[SH&yKF ?X!k7*mWo<' );
define( 'NONCE_SALT', 'Sv3>DyCX?0MS!z;+^<3rXU(`p[L@UlG#~rQO+NYMp)7pL_b)=L7R5(#Yg(F<ahxV' );
define( 'WP_CACHE_KEY_SALT', 'O(<mn0bDBL^RIuT_1qigE;{`<^I0~;CR(GHW^)5GEi{;<:FXT?BmN):dNn$ O1(@' );
/**#@-*/
/**
* 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 = 'wp_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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('DISABLE_WP_CRON', true);
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';