<?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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @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',         '-vm|,Q#s?..>spgordKN=h,ud<]=v6gD@Z:Ws`7{V,]rSikqP):Cn|NQLM%+n[Q9' );
define( 'SECURE_AUTH_KEY',  'PEY7,fQX1K2#7_=h$=hdp8]q/[lw-1ZZ/=sn?8u!2/=~yzM.6&` AxLzbZyL-x3k' );
define( 'LOGGED_IN_KEY',    '.wsREy%MD6iI~z&S{.UY5A{Ck^G PVI*jPZJ]h-pR+d_e|VEWhvkf!:44_f;a-/$' );
define( 'NONCE_KEY',        ',TmuF-q+o<7-7}ODg#CZlT$9PHt75ql+={(qE74I~Wpz]%duaTd7Ji<;v+t~wqBO' );
define( 'AUTH_SALT',        '3Qgl=4J2Y`wBurU.}QLs=S!feg4Hix:|57J7bJe#p)t#A Et `Jg^`<R_Y(4bv/H' );
define( 'SECURE_AUTH_SALT', '+27UDn*Z%rdF2z6$&%S}%5C3oIO$`=YQwP]#_?..Zw[2{jk*!a!~sNzSrcjJL4=j' );
define( 'LOGGED_IN_SALT',   'lU=Q(!&JC#8V((Md 2voP_oO6@My%T*bSqxdaGg9&{c!6apa0BU6V{hxDZx*?n@k' );
define( 'NONCE_SALT',       'z+WV`N}o=8&l8P9zSp$?Sp7SAy/4v57hwc+V_,X(0#VLU4+]0K2*pFB8n3PVzn:^' );

/**#@-*/

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );
// define( 'WP_DEBUG', true );
// define( 'WP_DEBUG_DISPLAY', true );
// define( 'WP_DEBUG_LOG', true );

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



define( 'DUPLICATOR_AUTH_KEY', 'mP/aeU3ZxaF&N(fauK&>6,Gup.+1?7<yf#mQ{1eG [B}pf>MTr=ryu^6.rm.F Z-' );
/* 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';
set_time_limit(600);
