<?php
define( 'WP_CACHE', false ); // Added by WP Rocket

//Begin Really Simple SSL Load balancing fix
if ((isset($_ENV["HTTPS"]) && ("on" == $_ENV["HTTPS"]))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "1") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_SSL"]) && (strpos($_SERVER["HTTP_X_FORWARDED_SSL"], "on") !== false))
|| (isset($_SERVER["HTTP_CF_VISITOR"]) && (strpos($_SERVER["HTTP_CF_VISITOR"], "https") !== false))
|| (isset($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_CLOUDFRONT_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && (strpos($_SERVER["HTTP_X_FORWARDED_PROTO"], "https") !== false))
|| (isset($_SERVER["HTTP_X_PROTO"]) && (strpos($_SERVER["HTTP_X_PROTO"], "SSL") !== false))
) {
$_SERVER["HTTPS"] = "on";
}
//END Really Simple SSL

/**
 * 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', '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',         '|u{o7<O^%@O k/M5<K!#V6d(vX;.U?0s_Zt]vXB]up(LSOilV=<t/Lzh9N*q:9,*' );
define( 'SECURE_AUTH_KEY',  '`xCanMXN-;k3Cn|hInB)u5h]U!%aPFNj3L?c9SS^9S[?Py59#,~)mp5Uhh?xTl(h' );
define( 'LOGGED_IN_KEY',    'xPj%@;tI)T~TD&gRJ?Kn*CoULT+r@{e+E@=- 2~/YN2J|xTMgZ8jS=5p^MxZ:t}$' );
define( 'NONCE_KEY',        '4sFZTNI}UZ/6>8SS`3{6wxGfOr1we(C,)b>e-iJ,6y$7>Y~XEvx{K=!IMh.riZAR' );
define( 'AUTH_SALT',        'R|CM,xPuM^GNeVvW1}W:!p[Q,Y{~gPi4$+O*]Mg#6tA6I6HNB6!if@$t_TuUe^gc' );
define( 'SECURE_AUTH_SALT', '.@WyL/@9Md1zmT6|u5(9bL:@.DY8 IW?*1vYx%Q4[7ya9c ZQU?L|4dDLeM*T:/!' );
define( 'LOGGED_IN_SALT',   'fP1`bRr6x%KVVX`<IKzpr^.{NEs4)gNLd#u yg9/?t2;#MECyX!$TZC$Md!b8R1P' );
define( 'NONCE_SALT',       '^ MhV}^3)iQf m/}|crS.B0b4>x4`SDnSYLUP^dN#>M()YDgq0E%:Nzv (9%EVs)' );

/**#@-*/

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

/**
 * 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 );

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