<?php
/**
 * 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', 'v8bwk_magna' );

/** Database username */
define( 'DB_USER', '1vnnu_magn' );

/** Database password */
define( 'DB_PASSWORD', '9K1?ym?NTcO2yta&' );

/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );

/** 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', '2&_o5[25E26R;k1TiAbMp+0)Ki-8iDbXHNVuM+&FgC+!d4Ir71UwYB5[fYW*;(;i');
define('SECURE_AUTH_KEY', '6!ckGaDQO8(j515LY~d6grs7agv|v3kN~RxunP|V!ns+5-Od!Z;_jCYj8yHgu&Y;');
define('LOGGED_IN_KEY', 'MF3U0r6TPAyK[|x*J98Vr-f|1[3_SL5l8CoeS12fPb4P]7!0k(5eQ4h3uhQ(992o');
define('NONCE_KEY', '|6S26/2|qZ)XnIfY6Uo[b3BqI+bbhI%X*3v9Qj8(m|-Hq~lR169)FWt1P49c0#M|');
define('AUTH_SALT', 'ysKN&MI9FN4Rwuq|-05_bjaN;10VA/1M3uj5*4oQMN1AQ49Xx20s0(c]21W~2(cq');
define('SECURE_AUTH_SALT', 'J](71!5rV2uMp1wS!)9UwjQMy-0x-h#Y(H|JV34[C|:s_O20&u9#9(s4B753]01b');
define('LOGGED_IN_SALT', 'YH~QmT@M5lM%~I6J1_Yp4@PuHZl]v;9k(3TD92D/0eM&py]6O44cK6/%34XA6!8O');
define('NONCE_SALT', '9)u|S)8#a9LGks40faG42c83557Pm%75Ctz/9@fl80R2h&&4*7/[z40gh:kf*JZj');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
@ini_set('error_reporting', E_ALL & ~E_DEPRECATED & ~E_NOTICE);


/**
 * 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( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', 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';
