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

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

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

/** 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',          '4<A:8m[Ydi+)mpQV|r>mbgj{]=cr|:qjh/|OxlIm{I0{Q]UO@$ZKVpTw!LhyH #.' );
define( 'SECURE_AUTH_KEY',   'h:qz=:Z+:,vP*js lHnLtWG6:!GTv/7YwjpxuqXb0Fi@L^9B09RIr/^**_dU3ZSZ' );
define( 'LOGGED_IN_KEY',     '5SayLW{n#6kcIjYcCyJ3,0EK.{e!hUP/o@8dV,Q,##+K9Yg+e/XEpzGT+1_GF(w=' );
define( 'NONCE_KEY',         'Y~2H|<[}:T-g3}$JQ79p1Dot2qJd.lmsy>UB>GX2c7hDZC1J#?Lz1`^bl-Nyin8E' );
define( 'AUTH_SALT',         'uB{;7BG4=DufmaH,QGW`x*V!mVietctMU+i8|6j)R%9QL}uE-WT&<u}s+Una))l~' );
define( 'SECURE_AUTH_SALT',  '_d/@jlRh?ketdZ$=QW|ry5yNR<)db^42x AKEjr%:S8+*Grko^X3uOVnkF.|Bqnr' );
define( 'LOGGED_IN_SALT',    ';}v85zOxc%p-A{%GV=:Dnarei3[4pL:WzWbhv]5#Q_U:Xa^$RwSy5|la0tIRjfQ_' );
define( 'NONCE_SALT',        ':1y6uffSl{sNrv3*]9-[,<$WL@H7|%<1^p|-+)bn0b*ID=n.Na,b]f:&^V B}>uW' );
define( 'WP_CACHE_KEY_SALT', '2r(Y*@cgGJDFrg0{h:K7&+ZG|MAjJTW^HZHKnQIM|W CI$Lc2BnSz&%aqUMKN>NT' );


/**#@-*/

/**
 * 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', '43dd717f42583c73e1c597590b1c7889' );
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';