<?php
define( 'WP_CACHE', true );
/** Secured by Zedd **/
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', 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_PXr2F' );
/** Database username */
define( 'DB_USER', 'u344267476_XNWLx' );
/** Database password */
define( 'DB_PASSWORD', 'VE6L4B8ED0a' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', '%,g+p$]-/5vr#:IEi+f68`;8k61{=a><4,3G$.{k%XpPig24iW!PIP{_X=WAlA48' );
define( 'SECURE_AUTH_KEY', 'O]cNz8-?(v.*lQD;hE#8(WC<K.h;gAocl{P#s]23E?h~5@?~@Zs<Xz)[x+3ZL+nP' );
define( 'LOGGED_IN_KEY', 'UggM64%7`b(Z/FxA7qi w1y7 Awd}$I^c-YzUd~t.DDoMQ$@5W><r(]U-uUA/0d+' );
define( 'NONCE_KEY', 'DB >!#[Y-)P7>~BuF&}[IekYQPpQ[d:ktU8<,d^fiq!=1soPWde-&<p5wx#S9K(}' );
define( 'AUTH_SALT', '-d-@:yR,ho63yog=u9@_QrIVi Vt:?{.%#)b~:j)5]s=-`zZC5dnVkwGKXg*9 V*' );
define( 'SECURE_AUTH_SALT', 'BMy4s@(3NM:`a$m^E$z4$+3|g^B}TM<4/j=-+,b,3Oot)3.mU1Om,YW}py(0;3$d' );
define( 'LOGGED_IN_SALT', 'kD/S3PXJyO8jP_eo8z1*3RXfp%>lp$(Ml:&1f:dO,^_WneqTAV@P5>K&Pn(dq=G*' );
define( 'NONCE_SALT', 'm=>FU:t{/Xl_^0GGVt1UwIYiJ}z9irOZ)wWM9uY)_k+nK55nvDf>S]jW;6zh5SZ)' );
define( 'WP_CACHE_KEY_SALT', 'S 6VS`NR#+l?$H+0PkZZBSj%7*/=,2tj8}{CtnY53Z};1pqK&nbH/.T7PS/X=8!O' );
/**#@-*/
/**
* 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', '626756fc2c864f415c0acc67286e6b49' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';