<?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( 'WP_CACHE', true );
define( 'WPCACHEHOME', '/var/www/vhosts/thynk.io/httpdocs/wp-content/plugins/wp-super-cache/' );
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', 'utf8mb3' );

/** 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', 'klG5r10(lIM;8_;;y_7B_8CiY0-:pkDi963q+z3ViacK/(wASQqs9/S1/4j@:(9Z');
define('SECURE_AUTH_KEY', '2*Qa99UT8pe7]50w]m|B(Mxkz48X6&3_wf3jXjnns~4UYN7x8j5m7~~f|8/I-cC2');
define('LOGGED_IN_KEY', '!]ScY:Stdh9;tgPK4Ke60rn[#6rvFrm|;wbn(4[%:0j1_GZ4-2PH08sKAytN[y_7');
define('NONCE_KEY', ':N81gU#I9S+q+RN%4ZgCN[mUewT%6N2M5koQ277!J6Z)_[*jN|qG)C4xKJ![!TU%');
define('AUTH_SALT', '12o3+a_!hF29:u|(G5]U64!rw4vgaqDBVNQcgx1(W;]K9#ft651oCWY8[0vzmP0|');
define('SECURE_AUTH_SALT', 'VLVj15!R4z++XXX1#0M|!5#V2or4T5Uy#N;+63S4f[2nFU[Tdk7@8H[4M_l|3X|C');
define('LOGGED_IN_SALT', '&#c90]:H[bk%#[V27h19J19i*VW2JB90~Dj1IymeC5r1;Gt512(qK8aaYqJC4z*_');
define('NONCE_SALT', 'g9%7poZ6*Z92HZV2PP-zt8iV9Xtv]Woe527qj17~[L]@_Bc5jsM1vEC%q[)2nkM5');


/**#@-*/

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


/* 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', dirname(__FILE__) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
