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

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

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

/** Database hostname */
define( 'DB_HOST', '' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'latin1' );

/** 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', '942WUGRu)3lX6WR0!2+!Sp#KuCR@9vj4s0N0d[RMCVA]uvtZ7OT!4u|a]gxVh8a2');
define('SECURE_AUTH_KEY', 'rO+N@C:):zl7I9Z6JD*xh2vW4)9i01&y~45GUbqPC2@:j#:%86-2jhDB3Zz77FaB');
define('LOGGED_IN_KEY', '4@ZC+fM@_j057Z0p(54U%bE%6:y|D5P5jks#kPuk0+Tr|oRP7PTUo+/|8)J|19|5');
define('NONCE_KEY', 'RR[L2Ou|_080(&;&fU+KG8Kud/r!&:+9[G%dHk751IGc3k60NGN20/HLN53@(;Qt');
define('AUTH_SALT', 'a81567ZQ0S)2W05RT05dvni(9cYbE4KojLTt56Ujn)1V*!OE;]St&JtxLV9Zd:V3');
define('SECURE_AUTH_SALT', ']4Q[);02T(g6czpyZj%69Q9)/m!9q2H@P@d[2J8Ni09DQ8@D+470DDG3A6SE-54!');
define('LOGGED_IN_SALT', 'XdWOD8Wo4HWrDpv8K%3kVaP1i/FjC)IJN5n2w9t]|20_G+iRL:xI1E9EO@Bk)(XC');
define('NONCE_SALT', '[w:y|7S0L8~mbM4h6+1@Oo9bb20PQJG;0F6d3&[joBv7;KA#rOhSW#+5N;+~R2|%');


/**#@-*/

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


/* 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 );
}

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