<?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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @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', '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',         '1U~&{z<N>Bz!F;0J/ptKRl[ai?kj_+?(<*5bd3%t5%o2@HOb^[q!,N?u1v)9-&VI' );
define( 'SECURE_AUTH_KEY',  'L_-Vtj6)d(XqW.x-Mj>yf9(cB@ezfBZD!j.a-*K#A:W&I ke{e@~|m6^o6cPq.3&' );
define( 'LOGGED_IN_KEY',    '<+ZveCTH5zc>3^-9bnm>$tWl`F@n=|e{}-[QDH|mg{nxry]#-TGU!F20KDRD;*UE' );
define( 'NONCE_KEY',        'g^uW8_FjEUO>bauhq{@c3*F$sIm&R08ovvpLW~}Q!7KwjP-]18SuPt8/(^/|>|W:' );
define( 'AUTH_SALT',        '2z@r2gt6)t|j*3([j|M9G_:#IE91Z!ZHw?mLtsWTpu/({3i1pOgsdqVEHr2q5qa[' );
define( 'SECURE_AUTH_SALT', '8,xpz&^2{z j<>g<yaFwZ?mh|0ECZkzM!i a]|3tA^q+m];6mu948oHwX+|o()?-' );
define( 'LOGGED_IN_SALT',   ';B#UF?Gl=Y:`[RZhjYG%)ccAz_73DnKp<!(L?tcgH9/i;J@_e<EEr@}cUAL&A0S@' );
define( 'NONCE_SALT',       '(pGX,k %m[Kwqsu.w+Bp~a536Dj`vUS;F{PGPW(V]-%&Uyc{4;_I%=0DDbou7YC!' );

/**#@-*/

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

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_MEMORY_LIMIT', '512M' );
ini_set('memory_limit', '1024M');

/* Add any custom values between this line and the "stop editing" line. */



define( 'DUPLICATOR_AUTH_KEY', '|u/+Wii3T/4{cGHeE1g-{5ld21Ma*JE4p>!8?%l,0Lq&@T+PWY]u_s^,.>).:-:>' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
