<?php
define( 'WP_CACHE', 'false' ); // Added by Cache Enabler
/**
 * 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', '' );

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

/** Database password */
define( 'DB_PASSWORD', '' );

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

/** 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', '' );
/** Enable core updates for minor releases (default) **/
define('DISABLE_WP_CRON', false);
define('WP_AUTO_UPDATE_CORE', 'minor' );
define('WP_POST_REVISIONS', 10 );
define('EMPTY_TRASH_DAYS', 10 );
define('WP_CRON_LOCK_TIMEOUT', 60 );
define('CONCATENATE_SCRIPTS', false);

/**#@+
 * 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',          'W25%7kE&fH=crVQgB@g$y@7Du_`uk]Ctb4,D7K6,6aJcO$$;=H?6BEp:_ px3b7h' );
define( 'SECURE_AUTH_KEY',   'K[*~kjTcg2V?w{]vntLWS^t;kEG$<3tmK`oted5e)k3(KE0=V*]GIk<Ra~U-uI|<' );
define( 'LOGGED_IN_KEY',     'x8uVB?<Ye&4y.ylya8F=}+r|7c)(xST:L$c0J5[I;go%*TYnDqsEiI+l^{4d6]O=' );
define( 'NONCE_KEY',         'xjgKDNKJ%m}8tGdqc~E]cT0SQ(xFwLS8Yoq:1dC/#@ c(HrD  wF0:S8+XAT[<)(' );
define( 'AUTH_SALT',         '2rp0l@bk{?8iWU@EgLXrd?*j32s`-5%UJ867CahP9=2O}$xTZ.Sx,Z(ZP80.]DTn' );
define( 'SECURE_AUTH_SALT',  '|3(Dz^(l)1QOSQ~[BQWM{N%n?w{}#K5,g@c>O^<`Ahu#o%5i%9OYL_Hh3ysW7~0m' );
define( 'LOGGED_IN_SALT',    'WX;oGQd<sx)sW];8(hWQ,/rQ,heY7HBgfYRYt`jA3zwj/!D&,oD-N!@018SWj/u`' );
define( 'NONCE_SALT',        'W9C=6i!4v2g=ECZ$ew4,AL;W(kNbFmapd9%5b9VU U?0,~$Cl!jExnzduZGk@lBH' );
define( 'WP_CACHE_KEY_SALT', '5/0la%O0yGX800ias/bs=g#c5b&YZEeyHiphQ%c/.62Mt]7}@g+>,O.fjl+_M1r[' );

/**#@-*/

/**
 * 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( 'BS_SITE_CF_EMAIL_SALT', '3dXKFbbQT9l2UG4sd/qaHAbq17Xs37jAsi+m++9Wk7E=' );
define( 'BS_SITE_CF_API_KEY_SALT', 'GhRU2sk51UuuU4LHwcprET3R8PwP6rsj5Mqy1i5ZUh9bWyuTLUTRE79N6vI+uu9W' );
define( 'BS_SITE_CF_ZONE_ID_SALT', '45urW7HiVKUInrFUj5CzqY8A9PBnhqvzsinbkG8ELqOui0YtgLjFC7zK4d7ofu5d' );
/* 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';
