<?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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', "bdqbpbxa_upod" );
/** MySQL database username */
define( 'DB_USER', "bdqbpbxa_upod" );
/** MySQL database password */
define( 'DB_PASSWORD', "7BWG{H~!?ytA" );
/** 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', ':!6F@r[Wi9WmHFz>Cl;r8wXA>P-2o0k$]rZwSF0qi#8u>~@3:dvx-k<0hMs:!Lew' );
define( 'SECURE_AUTH_KEY', '9#Mns#fqW^}EmpX6S/i<K7vsj9D>&,!{;<~@>JI}.X}!%,?!U])+KDQ*amg0A!-7' );
define( 'LOGGED_IN_KEY', '$M7d9O#mC r%yk@;-n!n`nLo9r`Xc3u?K7;]b%)NSrGt/}11X^]$jy0gd<0[;B?c' );
define( 'NONCE_KEY', 'p~*gvWoAC:X_P}oEb`J+fS?w+BgaYWz~Vqn@i38Dh*_Y<e]Kv# A@6{,v=%ff3fF' );
define( 'AUTH_SALT', '$mTmX~d8yKPy.3aHz$OqhH!L?d4_3)!`@s~QiA6rTrte?j{vqM&s{)W|ss`3BMAf' );
define( 'SECURE_AUTH_SALT', 'JnJ_Ugkk`rRDo}C?Rb+@:52rDm/=,DtutYn#FOG6rAB`A,+oDQQ&%T~+2trA> _}' );
define( 'LOGGED_IN_SALT', 'X!TS`k@a`OWuZ!2}V21]4tX9w&|:epErr6!y(I0<e!v] Of^i<>Q1ThQwOHt)6N{' );
define( 'NONCE_SALT', 'E@fRNz1srcRvXdCETjz4i:naL[&Fy<KdnS#]?}?FwoMRxHHhxlh Gbd<f2d%dB<_' );
/**#@-*/
/**
* 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', true );
/* 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__ . '/' );
}
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';