<?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/singhrv.com/httpdocs/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'wp_a0uac' );

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

/** Database password */
define( 'DB_PASSWORD', 'Z39$&UDsw&uW&eB4' );

/** 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', '9RZ718W~v2r6fyI)xN0%312vF/Mk]v22Z9T|!O]T%5fyhDqZ2]:2/gVnnB3985uR');
define('SECURE_AUTH_KEY', '][Jv4&x2F5p6)4(Z53t4H*;40FM#-VflD;920j!XV3[V%MR8Jj-970qV99(!8F0W');
define('LOGGED_IN_KEY', 'M%CQq3@6|E2(;kowIdzB27V1gra[J5W_J-X1(#t1Q)z/I6dX6+&An-T]2(/J3rfa');
define('NONCE_KEY', '36D5u:20N~L+y9x/252[e[pZ%z#3*H|C2!dV(W4OdDl]]@J8x!TpE95&SIepxj:)');
define('AUTH_SALT', 'uf-hjBc*9gz]GUt*)6Jy3p37_7i*2QiHvm92-9bK!5~GG3[J##aml%_BI[bR&UD/');
define('SECURE_AUTH_SALT', '~(8~4Q!Qs5(h@n52%kZDCBj~4lu1u66A8guAaqD[v&oSPiJO&uSBSS26Ox%Tcw7:');
define('LOGGED_IN_SALT', '9f4ve]b7&2]655-*XWN-)5aH-8~_8l1OMRc83;~#S8Ai5@d&2RE#z]MGT)28)uu-');
define('NONCE_SALT', 'v:90lJ06He*43&b]i)tZ4o0pg4CPLhg]4SMwr63#zeE9Fr6M2*_D%y8Oda-I2vY[');


/**#@-*/

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


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