<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * 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', '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',         '`8{S7HV(6I6w%dqpNIT}<tUxH;T{H?@#D%PHV0v?D)=O)2r6>;ktIHirjGuv}mj`' );
define( 'SECURE_AUTH_KEY',  'HH! G3co1T53d?s?JFt#>?IMQ<Rb?^1Ssk#P2Xu)Rk<<y GVoZ:oLaTHB_tg=H9R' );
define( 'LOGGED_IN_KEY',    '7&ZD0fs{}Vsi}rA@LA/s,s6.L_ZoY>XBJL;yj~t.;YSL3Vf7_o:2t#p~-+Hm&F8p' );
define( 'NONCE_KEY',        '(*H1E61@;lx&(UcoCsd[>koJ> +8DsZq+Uq.h!/T{Jv&&0i~Q(~J010:Wmp GBAF' );
define( 'AUTH_SALT',        '#CnYn5%o77ta;2}!-P@!M?B0XNmwZNG};R;_8V2?|MM&SUoZt=ChSo|_fz||.N.w' );
define( 'SECURE_AUTH_SALT', '66SsMLLi7yJU:Srw_(sT4M|efY*e=`m6+4Q@3OM&?]gf5=u1h!76Ot%Fks;a/Ut8' );
define( 'LOGGED_IN_SALT',   '+co_2Usl:y XL]*w]uJwDwl<o&^Y]P[|;29%/RuALtANj50J-ke$e1JTR5Fp`US8' );
define( 'NONCE_SALT',       '[^~Haf,oGb1+D(2 Di+2W~A{ltvXR$c4rs}wQV6-x-pPW6M-9oUy]!vE/3]UUYUD' );

/**#@-*/

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

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

define( 'WP_DEBUG_DISPLAY', false );
/* Add any custom values between this line and the "stop editing" line. */



define( 'DUPLICATOR_AUTH_KEY', 'zW@ZPBC-F#1AT@9mShQs[#<~un8nEdv_x29yvac_QT<P|+k*0S(aeArdTW+*)v@r' );
/* That's all, stop editing! Happy publishing. */
/* Multisite */
/** 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';
