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

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

/** Database password */
define( 'DB_PASSWORD', 'adfR1bV$2$Evr10t' );

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

/** 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', '!T|psNykyPfDLWL~W5L2Ia04F3G[/b%oV;SVtsYG#j3c[Cf[sy@t1&5_ck4O#a&9');
define('SECURE_AUTH_KEY', 'D3-+z*ud8D_7j1#g4g!|Mk]7hL/9J07[/WC/AE/:DSaK82)rDG28JMzA19en~p65');
define('LOGGED_IN_KEY', 'MsLmuau6R;O&H&xrf187p@2XM|:|N[T:wB2O3u5#N4h%b;Yyr58+zp_i!(_)8%77');
define('NONCE_KEY', ']Aa1/Y59]eD(65O_j+*oSiKQg5i337uc6f_)7K_L8TTt!jJ1;86;;LNf1m;[Qn;C');
define('AUTH_SALT', '##xsK0S[Z)47%*8YFxqJT1WKe6#cmq*]93dO;)n![O--6137)dwdq7+[SZg1quX%');
define('SECURE_AUTH_SALT', '1J7YX53GW_mop6#()Pz6%Yldh6-hI936u@XMHV1iX9[59fS!SMI6J7o/)!67[7G9');
define('LOGGED_IN_SALT', 'Bsru~6g#978mPv%dyRYh3j@1&B1k;7t6#9W1836LLuGQ874m2kFrT]/6inp~%2)-');
define('NONCE_SALT', 'ne)Qdi82;!WXn;6!wau4h4Mu|c869aP5%TK8F8Hi[&S8H68WGv7|b+9M*Mo_55*m');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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 );
}

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