<?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_standwithukraine" );
/** MySQL database username */
define( 'DB_USER', "bdqbpbxa_standwithukraine" );
/** MySQL database password */
define( 'DB_PASSWORD', "On=0CT0jY^hf" );
/** 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', '$%JXc2-}5!RV@qhA)a8rf|q^?leCXdfk_`!*$bO8(R44. yeg&}*{b)JEW)HjuZ*' );
define( 'SECURE_AUTH_KEY', '+Hb?EwF0&[0h[cX2N._)8Mqh|_q#].eS;<th0B],9#YSrik9(q&%G~|Tr=o+e|cw' );
define( 'LOGGED_IN_KEY', '.q8sb_.5*c)dS`oOuvyy[OJN+/I :bm3 kjx[0.kV55F6x;&B)+N{d0`L]m<,yu^' );
define( 'NONCE_KEY', '-|&f1OOc6Ru0bn=l{QD75Hs7EkgB6rhjVMnHMt3*oEI@m.BzmR]3xg8L29FtS$7:' );
define( 'AUTH_SALT', 'oRZ<Gr>Ra~`l*XPP|Vy=F[)4i2?!AsSTS?cUG<Fr%o =E=u6I)Ue`fr$(:;=K,gt' );
define( 'SECURE_AUTH_SALT', 'AzOIN:}@ 5{KuLTtS]U].YvG&bL-::;DklvdxZnS`Y}yQE[(*,Y$5)O9El0^|kmI' );
define( 'LOGGED_IN_SALT', 'saQU3H=ENx,Q6* 4Sj24 jN>:].iSWa5<+t)*+WAQA>0FCl}N%77x?/j^ux/wWS1' );
define( 'NONCE_SALT', 'sjEt%h,M*d~eS(LtNj?`{7bH@s<!Y0#D}!&k]{iji#N#Hp/o:62jF` Z8.S1=Drs' );
/**#@-*/
/**
* 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';