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

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

/** Database password */
define( 'DB_PASSWORD', 'ctpDo44fgM' );

/** 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',          'hYAl:t$8/s>9U`!V D _bj.BvxVq+2_sn-2s(ctD3._.K.ayJalT@{u8Xpr:YRoi' );
define( 'SECURE_AUTH_KEY',   '/,:1h,<9=R+1/&ZV@aaZ:3XE=QD;K[d66nAZ/e*{XWCs?Hja(&+=R/JBD]H0i2Jb' );
define( 'LOGGED_IN_KEY',     'KR0=KvfO+^#{dwfe rG#F-fp~I;B7HVG-f5Ibo5EUS36SS@4g}Ux(xiH}a%/@ps-' );
define( 'NONCE_KEY',         '(1n8egKffMLaj|4<AO_Z|?Cj@@jTPL=S pcj8S/~1FX+rc[fHn/wy}XUS(y6^&:>' );
define( 'AUTH_SALT',         'CYws2C2|J;[w.f_v,}9lN(UUEyuzcBrEC$6AUEjzTuh3_0G~a6A6&t9*jT9dOl?c' );
define( 'SECURE_AUTH_SALT',  '`+/I/EcGro{Go8f=3VPK-u,71B;> XnAk=hA)]V]uN2LoB:Eh,,#))P.)b>?p~;~' );
define( 'LOGGED_IN_SALT',    ')0y>a;YMwg?ajbi85)2D[$=M1tg!wp;`@!5}8K}B8R1y,CI HU>DfLW}28-y)Zd4' );
define( 'NONCE_SALT',        'daVU(Cvx`d{u Es,Npd>Y7PuN!Yql8,Wg-*GuK,Z<mo5.Zu`Fyx<3D)C},p6Y=WY' );
define( 'WP_CACHE_KEY_SALT', '.:djIjr}qhsHj:qdxF=ZJ*jfHR MPF4WIB<Zp->~2]k25Q7`Nw,wG%~)wVXky^qD' );


/**#@-*/

/**
 * 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', '76cf8162bdbb04ff84c9bd54997d2ad7' );
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';
