<?php
if(isset($_SERVER["HTTP_X_FORWARDED_PROTO"])&&$_SERVER["HTTP_X_FORWARDED_PROTO"]==="https"){$_SERVER["HTTPS"]="on";} if(isset($_SERVER["HTTP_HOST"])){if(!defined("WP_HOME"))define("WP_HOME","https://".$_SERVER["HTTP_HOST"]);if(!defined("WP_SITEURL"))define("WP_SITEURL","https://".$_SERVER["HTTP_HOST"]);}
/**
 * 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('WP_CACHE', true);
define( 'WPCACHEHOME', '/mnt/HC_Volume_104349808/vhosts/graceandassociates.com/httpdocs/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'wp_tgdxk' );

/** Database username */
define( 'DB_USER', 'wp_5l7mg' );

/** Database password */
define( 'DB_PASSWORD', 'ic@FMJD8AUPm07m~' );

/** Database hostname */
define( 'DB_HOST', 'db' );

/** 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', 'a#2xUtzBUbn#U9;U%5J1#+C[0(R+76QwMpV]l#e8|_lky~):r]_8+S!7Jn]dZnZ]');
define('SECURE_AUTH_KEY', 'LL)FX9d*#U26h#9%TCMyD7P%vw2(q8o6%2zw/@f/*Zk:2S%/FQ8v8Lpxo3WyD961');
define('LOGGED_IN_KEY', 'w8%@Bi%joTGr0XF8Z5-mQel3!5B#!-(Yz+r;1g1FYS0mQ846K2RfV*R)1NXk3RB@');
define('NONCE_KEY', 'O]qC!x;rv4pvOM5V#7Zw!|xUd48;t)6o3I|_WFWr*)[18|@i-b[B7NM04p+1yN71');
define('AUTH_SALT', '4A+f0NyTh7Y4izwodK8-H]L/*6UT@gh&Vua7-1G[8niDxL5O38:w[4+jpM![EB4&');
define('SECURE_AUTH_SALT', 'vs5b#!+8W%qp+[]@4i28KlQY6R!0d&[fo6&J47V73v@LKNE0|9365VrE087pZ!7|');
define('LOGGED_IN_SALT', 'b9YG:bssBpIrLz-X9A1eN03;#!3~Q#zZGnivYif]:;7h|0[2rz9:OyY5p19l-P/e');
define('NONCE_SALT', 'KD0%92@:oj@2kq407]UY@DU7502r9cr9:2Rm+)RRQ2Ny&+9%CL8)XF[Qp|[3Y63~');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	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';
