<?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:
 *
 * * 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', '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', 'a6970d7fe77075c287f742fcc0d07a23f59106df1cb00e55d2d84ee5d723cf95');
define('SECURE_AUTH_KEY', '79042227d36f48d9490bca7f8d2f68f74bfb42c2755848dc2a2eb2395f0e0a3f');
define('LOGGED_IN_KEY', '8527e22fd7959d90e01db219e1cce16b09ec2407ed28f1e7449dbeac313418b7');
define('NONCE_KEY', 'b1dcd550e74140413b0bd704c0d391daefa4b7be993919d86275b6a66ae87eba');
define('AUTH_SALT', 'df3278e5a59e9040389e29d798ada11d0fc2385bae5ae00ea4f07ba4a01ad71b');
define('SECURE_AUTH_SALT', '8b2f0817c838ca3926554cbed124c33ab8948ff7b4af474b0f90f794138baa6c');
define('LOGGED_IN_SALT', '2aa0774d4c68cc362bed1129186f0eaa7c084d7444e20e77c82bc8c7b342e8d7');
define('NONCE_SALT', '99639995985a39d000de3d00b483a600584f010df19aa913f484f6e00a93a020');
/**#@-*/
/**
 * 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 = 'znE_';
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_AUTO_UPDATE_CORE', true );
/**
 * 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( 'DUPLICATOR_AUTH_KEY', '288bb4cb3bb6db43904e34d8b9ea03f5' );
/* 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';