<?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', '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', 'c4c8d36ca7050d78d7be561a0302b95b49f065a11330f5d576a2681e9a4779b0');
define('SECURE_AUTH_KEY', 'b629c50ca3d87f53231ff98ed27f1141e608ff07d91777232b9422b5a01d4690');
define('LOGGED_IN_KEY', '2dcdc475b3f07bce8652e3780a100d4166e744d8f4337a8ac89efe9a6db151fe');
define('NONCE_KEY', '5247af5a7d80be11067c98d7df040616b29c173c5658c85e11ea45c7b2326e27');
define('AUTH_SALT', 'ed6c60670f03d4e090545a0f824d45057e5ad69184f63b1b9a5f5b61660c4302');
define('SECURE_AUTH_SALT', 'd38ac49d89b77f95313deed724c20135769ea8f3314240d4e11299b2c9685c19');
define('LOGGED_IN_SALT', '2651462da722855ee70a97f7cbd0b03897c282e374e5e7edf4fd5a4478d754b9');
define('NONCE_SALT', 'ddb95e0012c8c033c35dcb06bfa3b4b601e19e216350ae7825cda3c2ba5a5895');

/**#@-*/

/**
 * 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 = 'afz_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 20);
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 );

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



define( 'DUPLICATOR_AUTH_KEY', 'y}humZ,2YZv{WA_HhRbFv#FknN<aeK0PkSnjrepEDXT{.5R5T8%oHsS,lx#{`QDO' );
/* 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';
