<?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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// Polylang GDPR
$cookie_accept = false;
if (isset($_COOKIE['cookie_accept']) && !empty($_COOKIE['cookie_accept'])) {
$cookie_accept = true;
}
if ($cookie_accept == false) {
define('PLL_COOKIE', false);
}
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "bdqbpbxa_root_cg" );
/** MySQL database username */
define( 'DB_USER', "bdqbpbxa_root_cg" );
/** MySQL database password */
define( 'DB_PASSWORD', "EJYky2OH" );
/** MySQL 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', 'gM}6Ev/AT,6>lgNrB5NcI$VB&9R Eq!|unuDig_~gn#g6SwZpw/2FU_9*llLND+&' );
define( 'SECURE_AUTH_KEY', 'KD_Wsp.I}_8Ms?80O(&2?{XMLq4lRbMF890-WbhgJEv@PG3zW_.r=VSroE;:{3Sd' );
define( 'LOGGED_IN_KEY', 'W).Xoo[iZCI 69(6nHo;3uX<hvM8o3Cmt=15Z^{8>=C*fy<t8Cc|w6LRg5lGtD],' );
define( 'NONCE_KEY', 'mRT|>]oaraU 6~kL-iiw+$,<}F0>b -^kY}*E~>xs8Y>HV8pg}T6 FcY*wp{Xq{L' );
define( 'AUTH_SALT', 'L=(iAU(gQNH+l6&G_BbKMMN!uVhLynihXsJoRSBVLN%37](()NvX#@_kuHFBl:OP' );
define( 'SECURE_AUTH_SALT', 'jIyL9};8G@Uzl9-6q3W4I*=w!=0Fvf.rUz9z]D6cFE]zY5allY2-+WPo/UW!^Ab[' );
define( 'LOGGED_IN_SALT', 'PW|pTG3EkFpVy/iorg8p8(FmP~p*w{B-S2M|2V&sK&cRUJFM>t2H,#n(<~;Dt*b0' );
define( 'NONCE_SALT', 'tcjr`h9%jrPQsi?R3cD(fL1E?zvy)@Oyu|C0E%J|F@+:]gEVJY~J`7I^;YZ,}:qn' );
/**#@-*/
/**
* 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_';
/**
* 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/
*/
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';