<?php
define( 'WP_CACHE', true );




/**
 * 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', 'u532616232_baldercorp' );

/** Database username */
define( 'DB_USER', 'u532616232_baldercorp' );

/** Database password */
define( 'DB_PASSWORD', '&9t^>5bOmV' );

/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );

/** 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',          'nnMMghWH2)22nI+U=uH](<#WwR&JoAgK#SdRRcW?on+EU}|By.^}0=y]Izvq<bJV' );
define( 'SECURE_AUTH_KEY',   ')H07 2%.S%d|WZo[T{R`R7wN}L>8cTxiYyHVT8;XB{NXyh!9)/m@mF(C]G[Y<&uE' );
define( 'LOGGED_IN_KEY',     'QYIwP5Y^fod*-)i5R:/.8C^]G(^U::+0tgdc=s!nv^{ere*/02?A+WeMQAxff$%3' );
define( 'NONCE_KEY',         'q!7nniu4./81^DNjJ0JH*)v}kAH7U,_l&X,b{RVY>?$BSXRn +q<q=G3=|gh&#n$' );
define( 'AUTH_SALT',         'kJ#iZp+%Py9MmYX=)[: $},C(1LNyxZ.U4JtCGB>[r8Bw#Kw kCdVAheO>48eUm}' );
define( 'SECURE_AUTH_SALT',  '9(t{w3Ap6Y0=HH+kN[D[GREJ9eX(f!e{*<;]jQ]4O-5dZq,+u7$s 0Ad*d9?;A*E' );
define( 'LOGGED_IN_SALT',    '%aYk&GsGOkrt?fKXqgzUV{igsHMHSoS7- pJlsU-{ib^FsORqbn^y4=hz9R+?q f' );
define( 'NONCE_SALT',        'E{i]fz#*cfmC(!TI):30/:4FR1xYXRZn%n`(|V-f3c]fBFV$w`GDso%5b^,t{t]U' );
define( 'WP_CACHE_KEY_SALT', '`m*RoS(&eyCNRW~sK[j#KJCXMY1fbQ<g/r5T[L%3rr%@?]tqN3c]+jP]MEg c+uD' );


/**#@-*/

/**
 * 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( 'WP_DEBUG', false );
}

define( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '37c1a6ccd92058e4253c95f4b490c9ac' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';
