<?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/documentation/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',         ']]AFf%aK>*N<Rce.U3E/#1b@K#YeMH+URZMDxzJdZK/vJ1@LH$L#HsajG~I8](Ef' );
define( 'SECURE_AUTH_KEY',  '$U+J/J*hl%[_^s4)&W]aU.Y<:p*dwmpF9N&!oA)S+aq-dz-[Wvc`<uXoDL4sL#l*' );
define( 'LOGGED_IN_KEY',    'mh[Y=[1D-|j3jF0~,FlkzMTNI|4j$!1/c|Wn-uYsG]RN6s&,puWtD>Gw-lsMD&QO' );
define( 'NONCE_KEY',        '@yk{U*2[X: 9bK~A*^hVS^+?fS7CxYS>CF<)Xt7qjf45gcVBQH9l3&_j9Kb(JQ}>' );
define( 'AUTH_SALT',        'JC$tsRZ?Z)9O}.Kbj8+PlKc/Vq|]/T5tEfx]0RHn5a{%j<,fJS??:FRQ/hnDEAte' );
define( 'SECURE_AUTH_SALT', '^ZRs ,@p2JuYeUIkQQ!1a$)Y>E.6OR(`)~HJ8Ltp=5}4Te|Ah^Ej3F#$*Iqe;`YH' );
define( 'LOGGED_IN_SALT',   'E@SbboX*`ad8_mN9w}d>H.=Uu22$E0FCok!+~8M#<9m((/!M<:@9!j4L@KLgeH$4' );
define( 'NONCE_SALT',       ')77d:$I}Q(QRTtd_CDvk(v=vc /ug|M-s1tb]TiT13oBeG+=R0ErM1(NC{8CrQs2' );

/**#@-*/

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

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



define( 'DUPLICATOR_AUTH_KEY', '&m$RvmwvXwN}h8pw3).IeC/cx~8oIhX~XuuaU5YG&T9To0zF>6OV}Dr-DJ7P7)V3' );
/* 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';
