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

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

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

/** Database hostname */
define( 'DB_HOST', '127.0.0.1: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',          'uQ1W#2f!=,0}%e9|$0o.t:0shGMR~[yeHR!ar#3md*m`XKB`7|&-jM#8ht]/t1}r' );
define( 'SECURE_AUTH_KEY',   '?/Mt{B!7(~]d=JtC+]#&Odg)D4R`@{Vu,Wkxe=wvWqFiwz&]I]onOV)H$C>!&{xv' );
define( 'LOGGED_IN_KEY',     'Narb6{tL[x`}t7 +gUy>>/pWE[rQebA1v+ v*BO+%33=ncnKJ9@/3(Mszd%.)W{F' );
define( 'NONCE_KEY',         ';,J)F#g!XP8&^Tyfiv7#C)u%XS+N-G:XwnQk(cC=XeJV2+H<4^|q%3XwR(QoDw+C' );
define( 'AUTH_SALT',         'S,)G=&u-6N]3BB&_M8}bU{*s60$|U/b=1xLOh ,MnM/1VqNd^5WFm5h|zI84S^/U' );
define( 'SECURE_AUTH_SALT',  'GTI#v~J hSq/7u8<D6t/ZM`~}IM)IN`}vgeWNHa,3/lh?Om`Jqx_bI(c$^2GVRD5' );
define( 'LOGGED_IN_SALT',    '#^D@Z*8.4tU4TWHX#yVY xIH6k6]5uNT%h3:5MJ0W{HA3,|vY:8z!`LiOEt=|Nu$' );
define( 'NONCE_SALT',        ';VhFuh@N~%xEN@5tgrc2_|_kF<kwDhKI|i#sV4+mor(+sL(ZQ56@~r;h4n6E=~?O' );
define( 'WP_CACHE_KEY_SALT', '8113r%~jFw2S{mu6DUd~GN^w07>rXvOB~dcGG_An.%EvIPy8j`s(huao_;:MRJVV' );


/**#@-*/

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


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



define( 'FS_METHOD', 'direct' );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'AUTOSAVE_INTERVAL', 600 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 21 );
define( 'DUPLICATOR_AUTH_KEY', 'P1[Tgt/OVX~0N;gg4;-ylPGcpPT%NJ<r ^ Xm]/fjd5Q]kYHY%`*b?4ofi<H1&!H' );
/* 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';
