<?php
define( 'WP_CACHE', 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', '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',          '/=,2W21)%%]uYgGL}jJUp(7X1)wID~}B3.aw`2p=uQeGzHbRzuP;7LdQfO,L6XOz' );
define( 'SECURE_AUTH_KEY',   'uEs(M^v{9j;$=HA?s>c4$-_p1d1ZA@j 72dBXn8j?:Go{]1!2w^<GzB; >yq?vZ~' );
define( 'LOGGED_IN_KEY',     ',z2t}S 81Q-kJeFsF>X5!]:KdxeA!o#C}+E4~]quD+$FU&a~j];.wK6*DSv_$^N.' );
define( 'NONCE_KEY',         'y]YA.LQQ*W^wn>)fOxhdLiE AzQ3.fM4*wdN052W #u]:wnN_60EJrp$|bwRK+GX' );
define( 'AUTH_SALT',         'w]bc.lw*k$rT<#PR[s_f[3>Ecl4~dBcXI{$3GW[$Un.WDa a%;/.u-)i!oWY]zCI' );
define( 'SECURE_AUTH_SALT',  'ihO)ZS{q8S3Jqh{~H,gv)f,:*(Ks=<vF=g3Cp=?tXB,S[81hJq_,0:iQJmz`!44+' );
define( 'LOGGED_IN_SALT',    'bq{^C@Ie`)WRu]&S_m[vItY|Xh4lo?x^-ez>IR!v`@L7[f+NLfu;;W1l0lG Dx _' );
define( 'NONCE_SALT',        'n6`#@,~tT1O5tQ7#`}#%T$FkREn ;zKzl{zG(M^L/:%tXUY,7n#A}ocga#9H4Byt' );
define( 'WP_CACHE_KEY_SALT', 'R~~ R,%-6:6hivbO#LDET;-e[6](f.#]$hFQ&LZ6W4{):!aX$GJiOvEq}W37M`M<' );


/**#@-*/

/**
 * 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. */

if(isset($_SERVER['HTTP_X_FORWARDED_PROTO'])) {
  if (strpos( $_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {
    $_SERVER['HTTPS']='on';
  }
};
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define('FS_METHOD','direct');
define( 'AUTOSAVE_INTERVAL', 160 );
define( 'WP_POST_REVISIONS', 5 );


/**
 * 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', 'qD82yt,-Z-./FQuz[nV:hY %EUH:xJ>Jm+)SeT=:P0]w$^u$eZ2`u*>U/fS@/ZU#' );
/* 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';
