<?php
//Begin Really Simple SSL key
define('RSSSL_KEY', 'dti6zsFzvl60RJD0WTRVsxuSgoBqsBKAnAfSyPCP3LQ1HCPphVhLzilLj5d9CRIS');
//END Really Simple SSL key

//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL

/**
 * 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',         '<#[Q,((t9?J&|jLn,f(UIIKf=aNnlsQK.cnAbB+A!F-6,|/ C:B`4*iN-:e+|2]J' );
define( 'SECURE_AUTH_KEY',  '+5YpGxi#OQ8UX1s;I^!K&L73=AF[mEqP>9:jgNp-8g*|/}?P@jJg(EkGh<7X^`K8' );
define( 'LOGGED_IN_KEY',    '.FLVZ=KvcEN_OzUlj{EW=jZ!(,u:85<:Nzjc4L`o1jwp2bhD1a1Q4eL>M^fBN2P ' );
define( 'NONCE_KEY',        '](c*c1ERQIjBb%r]Gq>Ky9XzDv  :nII:GzOykl3A89C: W{Ee6nLPE_ex~2~G}Q' );
define( 'AUTH_SALT',        '@gl)G0jE:F:;ZnsZ#j{@}unbFHbq@extPbje)TS<@Aqny}_lm$OQ9]8:voiJZ+*t' );
define( 'SECURE_AUTH_SALT', 'm~jjO&0.?trK6%t+VD[5vv|Id$yYGY|*>z~z65Dy=o{G;|#}z<n><c7piISsG<Ud' );
define( 'LOGGED_IN_SALT',   '`mDxPoP^+]6k(#5?uhzqkt_XnUwmPKst<~$~!5%pVq[4H_0A|v4.5IJX>>F.E w~' );
define( 'NONCE_SALT',       'iOkN0C(dIjinq8[gMGRI*qy^V:H^|($db&<38kHa&}3x0DnmrMq(c!33q>WEpRMQ' );

/**#@-*/

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

/**
 * 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. */



define( 'DUPLICATOR_AUTH_KEY', 'VYIm&CqA0_ 0X2$U/QoKez,6T&YoL27NR=<6{AV7O/Rw|_n]%xddO3@1=e*p:eq?' );
/* 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';
