<?php
define( 'WP_CACHE', true );
/**
* 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', 'u344267476_fBu5x' );
/** Database username */
define( 'DB_USER', 'u344267476_inueL' );
/** Database password */
define( 'DB_PASSWORD', 'm59faWH2lS' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', ')3ivO-e4Sre.2_%u6-1G`uJa%i AM-&t#1EvKg^h#IR1DNskk>^`-2Sr,sIRo2$8' );
define( 'SECURE_AUTH_KEY', 'dUc)}7pc_JkY^;Bm&Lzqje?ha/`csD6Fk==M:P%VwI$tmz.F+}tR%mF^l5od`NT9' );
define( 'LOGGED_IN_KEY', '5)jlp_IYESuy q(3.|JF==I0iZ}]!t Stt,VzI[h9-?{i.c.v|1|KbA*)4-cf5Mb' );
define( 'NONCE_KEY', 'kI[wLK!y +Ft2W][PA=E3>giV4gW?[ZO7YFBB>.MS~uXXi&2f}~^(h_.apRDiY4q' );
define( 'AUTH_SALT', 'M-#mha#cxKJQTr<;<hKJ~_gz8r57Q-f`GmiMiuu2{]~a`R_ Hw^-Lp%{6(*?Hu)S' );
define( 'SECURE_AUTH_SALT', 'mK( ym,WTk$ljKKhfqprw>c}Lul%jZ~:/X(%2DizJl)GNa(#uHd(fouX,zz3T*=m' );
define( 'LOGGED_IN_SALT', ':%5LAm~AMl%O[Q$*+`5i(g;&BWQ hbaG]0[KGp}{)w(MDU9Hf4t73(m:N.8z :Rf' );
define( 'NONCE_SALT', '($on`qfaI_d=Ch6Om?pi1l7<_tHCx}+FHgbedfsFYLs4iJMJ.WbC]BztVIZ=Iq_L' );
define( 'WP_CACHE_KEY_SALT', '2KG 3f(8N|%fBj!$W G91p)aEWCIhOm{i`Ig[)M(^e8<iIs;1.]W3X~~2e3(%gVX' );
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/**#@-*/
/**
* 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_';
/**
/**
* For developers: WordPress debugging mode.
*
* @link https://wordpress.org/support/article/debugging/
*/
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* Add any custom values between this line and the "stop editing" line. */
define('FS_METHOD', 'direct');
define('WP_AUTO_UPDATE_CORE', 'minor');
define('DISALLOW_FILE_EDIT', true);
/* 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';