<?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', '' );


/** MySQL database username */

define( 'DB_USER', '' );


/** MySQL database password */

define( 'DB_PASSWORD', '' );


/** MySQL hostname */

define( 'DB_HOST', '' );


/** 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',         'M+7X{jkp-V#|S:T#;Ud~&,]pgoe!mRAL,{_3DQhc(>Ay<XV,gFC7s;YF{.3h8geP' );

define( 'SECURE_AUTH_KEY',  'xp}Te^^HCrYY}nllu)TSX8g>9[u2^mB$Z[n$#rwgxQHi!{W@!-0S5$c5dm<bn6x/' );

define( 'LOGGED_IN_KEY',    'v>E07L0h~?3ye_Ou&3N7x=(40tbL9%)}y.>m9(~Bcm*+z~w1WKy9jx;lGsc;j[2^' );

define( 'NONCE_KEY',        ' Mj:-<4{^t]1f2&Y1(U)[*@nbsqRP:Lm_,muyfr(:?6zLW3,:p/OQfuEh?#3;[gc' );

define( 'AUTH_SALT',        'h!#cmLxMY^%aV6=XPSnOezJ&]g<k0A[hGDsbO$Mth94(>ELw{dhyDe{#t~Y-J;nB' );

define( 'SECURE_AUTH_SALT', 'vvcqrJmg}j~/Wxj9UT8n~+4}nX%K(~a~n&>oa@7Rn52.Afi&+x>r9)}&XOd~*l9|' );

define( 'LOGGED_IN_SALT',   'w/nG*OwZ%@8 A+;]YOTd*,>mp;BiJ/~*V4hH4;QU;X-Je|o(v+U01tL3RGUkW1H)' );

define( 'NONCE_SALT',       '#=L27+AOt6[I=#8{{F(OZfI~5xe~H/ehZtZPm$<G~IxH8OV;f^EX<>u,vlrIxvyf' );


/**#@-*/


/**

 * 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 = 'bld_';


/**

 * 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 );


/* 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__ . '/' );

}


/** Sets up WordPress vars and included files. */

require_once ABSPATH . 'wp-settings.php';

