<?php

define('FS_METHOD', 'direct');
define('FORCE_SSL_ADMIN', true);

/**
 * 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',          '-.n6`9g+hDQU8Zqz=#r<a;BPiGq(Pi+i([%lXTX7E<<OtMR?|xJm~V/vV])SCb!v' );
define( 'SECURE_AUTH_KEY',   '>ZlMYPO7E.69gx-fJ&<[L7btxBY[.Z~^N0-8CsWYRE-)mk-w!PL4]cA{/s!c-TeB' );
define( 'LOGGED_IN_KEY',     'o`jyd3 RB0I,.Nv<GmKgDK8$0h%8BL*EP3Pq%i#+df2N#-&Y`L>c{W&-5{&Rkg5D' );
define( 'NONCE_KEY',         '$*So6JV0g<l@f,>n--k8i[.^O&4Yc+sY_RB-G jesoohWn/eQvbct/CqL/xN@%Xl' );
define( 'AUTH_SALT',         '`l}#kb4HV.o1-C1,E]^A8]rwzYOY.J8(_DhQZFcb>}wU>J:e(9{NSv&a(L.|]~-M' );
define( 'SECURE_AUTH_SALT',  '%Y;MfBO^[Be#[qJS;W5][zZr!9N {>bqra+-S2V^+Z(6[ro~mQ4e#-w~#Cp|1r3`' );
define( 'LOGGED_IN_SALT',    's`xk,bQvwjUb*i>2QKPC5HSB/`/rMlESX1$l9gQ*&sxjN|8}lczbR^E1;&[kTc>q' );
define( 'NONCE_SALT',        '7e ]CO6W{S:mx!ApF@@>:@d!$`_hvlz)7Xm@s,:0].W]) T*E<IJyWEhd,Q;RA(%' );
define( 'WP_CACHE_KEY_SALT', 'lAjEy-`Dzu .d-MKBE(Z`&^<938jL@B9)vWPA9xe~Yf1VzBSit89=YSP~&`Ickv|' );


/**#@-*/

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


/* 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( 'DUPLICATOR_AUTH_KEY', 'Mq ,(u~2:`VN93l k[>e ipQ}2f1d{e{]0iXPj0c(D@MQmY=nOpEVY}x6$5UnG<8' );
/* 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';
