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

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

/** Database password */
define( 'DB_PASSWORD', '89Jse^6yRC7Ic_cF' );

/** 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', 'C0Ds-jNV%M(u*59J6u+3lCqxYS+9y5~cTnO0n-Q9sc&fBEH406!VbH;75!u|zT/Y');
define('SECURE_AUTH_KEY', 'y2b|;e;[s83CJz)(3aQ[/;c-tp950ef15YM8jdQooqbl5N7a91#Y@gqK28eA/z76');
define('LOGGED_IN_KEY', 'dV%3PGc#Ee:0DVqjd&]9XQ3Wwa5e-Qwc@6B30e:7Y0h2R11S033S~oN8|R8X+5M(');
define('NONCE_KEY', '|!i18SU9dgn~+6v2_8Z&g6kgk&l-O7;*yR%!0MU!IKY22&!1-22-h9:xjxv8&9)5');
define('AUTH_SALT', '3b@g5%ORmf-;kMRK*VX58E;NF(pvds5HZoyT2O3OhomY+D0oa_-YqE8rCz;]38]M');
define('SECURE_AUTH_SALT', 'Y3*pUxk#Z6|/*[K)%Pzu~-Wea0D6:5x574FbDS2o*|q6V&0I_nEB81Z4VCN:-S&]');
define('LOGGED_IN_SALT', '&3X5E4D2::220:z:2/7;L|!of687r[Gk54n25176]R&82b7%353*K@5TK5-rkj7G');
define('NONCE_SALT', '41S;5yIr;6[~0S8)s)Fhnpnp1!0S+if408vaP;0@ThMyVx_V-9]QN)7X+541c@P9');


/**#@-*/

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


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