<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

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

/** JWT Token */
define('JWT_AUTH_SECRET_KEY', 'dais@#kj323kj1kjsj32gdfgdg435353%%***49*&^%@');

define('JWT_AUTH_CORS_ENABLE', true);

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

/** 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',         'P/PruFX~Hf2n[&@tRVT:DG/; }8a`%$y7b9%!^U|Ft`g<aS:EI0Mz.G75P#%nQ`y' );
define( 'SECURE_AUTH_KEY',  '^FJO  a)&.zOwsx{-xbB]QgGRN4#07HyXW*h>HjCx7wKX64O/[xNro.//Q 8lA:s' );
define( 'LOGGED_IN_KEY',    ' m,gY2Q.!F36,@~&<|rp]Kbp[bs+.*(TrN, WR^Q,OVJ6q (6 mL2(uI:X/V#6Y6' );
define( 'NONCE_KEY',        'Sruc1n%lm)o`B|rCg)|6~g1;s!j]D:a`c7JsMBM.DlMPt`X)c[f#I|Q<,:lY(POC' );
define( 'AUTH_SALT',        'i)cODH{Av/zigK*I=2hv#dU=K#Ny8#l[cBVtStm~ld!Tp(p__*=M ijD./{ErMy8' );
define( 'SECURE_AUTH_SALT', ';]=/`JT;:}*)S&-f78XxF_?2L2EZ~`?Ij61}j,WL[&w6C~;Ot;3UQ#/;GG%+rz]f' );
define( 'LOGGED_IN_SALT',   '!rer~6Y[!u 4Yrt$S/<7:z:k4zWvpdsp-H9xs+;=*lhn~sT#ToPH25fzq[A{]0(=' );
define( 'NONCE_SALT',       ')0Nz@!,p#vf@(eS>@^oG3818Fx#nrM){#%9x*crbLsJz5VwuV${)V1*Iaf>{@txM' );

/**#@-*/

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

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



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