<?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', "vega" );

/** Database username */
define( 'DB_USER', "vega_usr" );

/** Database password */
define( 'DB_PASSWORD', "(j?nb-d2U/.ACl3\$" );

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

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb3' );

/** 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',          'u#w^n~Re4%l_Op_VrL-FZ<@%2D#5)@y`rp3ZrY[T4!sebJEkIX_E^>Bn:Bn6Sb*H' );
define( 'SECURE_AUTH_KEY',   '$lG-(d_52h xvhp(bKTA3,P_ILCe^yRyZ;+H~iZ$l<Ba0X/jW7C84vJEg}l_kjqK' );
define( 'LOGGED_IN_KEY',     'Yf7/(SpCs o<Z4+3?m2B6p&7|N%qO.%y`D3jtWE91hK=F|b-u6x=V>Mv}P8WWvMd' );
define( 'NONCE_KEY',         'mhuvUD-z59Li:Ss^<n/2xw[.A1!fx4$Df,zGB*_RQ QKIgvLsg0kJWLKqbB-@,Il' );
define( 'AUTH_SALT',         '|s`ZqR8G?3F6#T^Dr,JD[+$]KL0)hp5_GQ&SL*3Ygx.2e~FQJHJ@R~U+./mR?6Z*' );
define( 'SECURE_AUTH_SALT',  'u]-pT82Q=eJ7.|Gwbo(*78=c0vtHSQ,aaLEM,sGu.bwFgP3aQo]{~tLu,913XVg/' );
define( 'LOGGED_IN_SALT',    'M2S0$Xk5x$Bj0^WT .p$KbHFH61&@PD2$r):&hKJst5iF2]4=_3}FqQ#/N*<!IyQ' );
define( 'NONCE_SALT',        '|dZ8V#&J-T.M+Ktnl51[.#xZpU$?QSf6jzDDRorD;>{L7iQr^TP0oN3;[3gJlUTQ' );
define( 'WP_CACHE_KEY_SALT', 'UX.Ymzx x7F`SRLzJC-y8|ZyM&Kd;Z~S)`-MU,@K(N<@3&v<RA-yiC-8>]ZKB(-4' );


/**#@-*/

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


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



/**
 * 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( 'FS_METHOD', 'direct' );
define( 'COOKIEHASH', '156b5ea8ca66475f58f9e5c376580238' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DUPLICATOR_AUTH_KEY', 'V&n{_*Y3AHg/F4UHlmr,K&^Eh cct)8Pm|IM_pv6()(*XjwxR>Kmg2+rcGvw]-SS' );
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
