<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

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

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

define('WP_MEMORY_LIMIT', '128M');
/**#@+
 * 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',         'put your unique phrase here' );
//define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
//define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
//define( 'NONCE_KEY',        'put your unique phrase here' );
//define( 'AUTH_SALT',        'put your unique phrase here' );
//define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
//define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
//define( 'NONCE_SALT',       'put your unique phrase here' );
define('AUTH_KEY',         'R-b4:h2yknbsJaFRA}ZcogE4]d6W#S`.s?%;u+d/.2-A7tx :|<O4[%fH@|Y$Ii&');
define('SECURE_AUTH_KEY',  '7?{wf<Ifj/prHqiAfrNrgFr4A7I*81D`Iy1$0.%2rF,-+F33J&k?:Lyd7r.yoo5D');
define('LOGGED_IN_KEY',    '(@F!+B<Or2Ku=_Xko)N|vw{=Ykr-(9*j3T6j9S@=*sq5128rC[O67|9!FX24C;*D');
define('NONCE_KEY',        ':!,#00KIv?aDHm|.o*rV>{Cn_RLd&@3DqfOdm=%D_q-!+76^-|Ux!:|/rsEH0X!n');
define('AUTH_SALT',        '5w,%!-WV/Rk50(TpLKmJIv58m+!<=+/[u(L)T{wAfh+LpLX#qk}8R+OS-AM8dfw`');
define('SECURE_AUTH_SALT', 'Dkd2IUkWp+1vm+=jOH8|3#$5_$!B?Y|p<O>URM+#?cJCK !S(B:<.RIUD,`zdI>H');
define('LOGGED_IN_SALT',   'Ruw_,.J{.y#P2mMUZI:WFDQH^_^X/n+lzIg/ u:5$/+_iFG; jkv+sdx|r]-Qak2');
define('NONCE_SALT',       '!zM&,KO>gNAq]0bKO%OUfn2TF*1ToAR0(-:]O)Acn2Hw8zwoM*v;aR4C4S7Qft0/');

/**#@-*/

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

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