<?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('DB_NAME', 'wp_zaj3u');

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

/** Database password */
define('DB_PASSWORD', '014EV8~X&4SV6~hd');

/** 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', 'EA2S~#!9oeO*(5#c8ga60*0I2CSeJP82y(xhNi92HtL%JxseGE%UBj0*0PjvmY37');
define('SECURE_AUTH_KEY', '8_m#Ge8m1OA7Z(0;6J271t-Pi_P*1Pr_4s3N24W5XGK_aP8aieVj@F73d1]F;m~(');
define('LOGGED_IN_KEY', '#296)m1%)M5]*415e-Z~~o~a8s-]J/g1X_7j963s]9b1pRu]i[43v)0Bd+0Vv12*');
define('NONCE_KEY', '2~y1J%wV[#zS484e:BGH8j3&*Y4!Tj6e*5)lBA:u2FS2Oi[w&VsR[)7QMz;+Nu:~');
define('AUTH_SALT', '-;)F/M5/F5mzt~(u0H~14~Bg5s:SaV@ZV/C;d4C*15~i(yCf6W%6tMRv%7Zy@s)H');
define('SECURE_AUTH_SALT', 'qh]9;9!]K3Qk9xHQ2MorZ9vi3%C26%pG-i7~+g:U%qF%01i*9l)cH@%ER8hZ6P[|');
define('LOGGED_IN_SALT', 'bO:6_kVC-]yID9YXEi[Vl*V16vqD@90vUHiYW(5tr92Zdm6aQP1;3q&8Q6nXT9Vu');
define('NONCE_SALT', '~*iV_[c[h6evf%kMMvS!y9J2255(5vcpu%v]i/21:F--~4k-0*oy96OG:XpJ)SdM');


/**#@-*/

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


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

define( 'WP_CACHE_KEY_SALT', 'b544c1c642d20cab81f17d05bfaa98e6' );
/* 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';
