<?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
 * * 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', '' );

/**#@+
 * 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', '6g]0i|L&SMq6lM6TEyu5lU~0]a2@118+N801!l2798BGG4dZrYMAxQa32Rj1#XFn');
define('SECURE_AUTH_KEY', 'J|QZ]+p2-Q5k[)qQ;:(5aFocXL882xK~9xKC0yV_6[!n!TVcmC!89ozl2kUx-C6m');
define('LOGGED_IN_KEY', 'h+;r5NqqT1yDg7AR7p8FW@KlMp&lc)0e[@&J/JQ76Y68V21~3~Y&gv1Zus0F/4q2');
define('NONCE_KEY', '17d96&ncpF_nRg+8Kmv9Ka0J4sn~+C7z05b41fq+iM6Q:2m3h&+1@9!2wXp0%tUu');
define('AUTH_SALT', '|pT]e9by|Z-#T7!6j6G60#rAH4MCy0&50k|t8[*37j5v-I88bJu]M8y|W6++4ls[');
define('SECURE_AUTH_SALT', '2575|Ojcm_57S_bZ6pZ*%&SQU9TCaHx4E3g*)hwyqNjH3OLT8kdmJZ74-)4Bi2EW');
define('LOGGED_IN_SALT', 'N*io*K578I!;oD[25)GXJ4yM6*3R+q#2ufk4%]4tJAMV:*)mt]56W6i)1(O6s]XE');
define('NONCE_SALT', 'HR(mN[i:4EwN8Z@87&cd6(2Nyv~AKT2|5sWne-t6G728Nw*)+6bHaeLu8O1Lafr-');


/**#@-*/

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


/* 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('WP_ALLOW_REPAIR', true);

define( 'DUPLICATOR_AUTH_KEY', 'JO|c`Zt*s4c7tDq=0;&iGp(EM3U:wOwCM|#D<5ai)l_dM<%Qwa)- zV9o`:Lo,mz' );
/* 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';
