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


//define('WP_HOME','https://Solutii-IT.net');
//define('WP_SITEURL','https://Solutii-IT.net');
 // 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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @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', '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',         '^<2f$xMit4qC~dC=1gyc8lr+} V*L:AZ3dt<bA!81?ek_&c_?~ya+kw7ypB{g#)m' );
define( 'SECURE_AUTH_KEY',  'gfdAKU1-U%p>by7B&s%46l[<<aJ_Jir(5Mg-1)>LKhGndR)<q#p9_qPSqW&|%XP>' );
define( 'LOGGED_IN_KEY',    'Tll0/<un(v=e_2Rb;f8CSzXk$#(GOQ.bAAX~hcUy,7-U W]kh-EB-sxG(tW=B59Z' );
define( 'NONCE_KEY',        'ugAaA`1r)|:/wVBw@md$0k$#V[T7bUSFThr+/[-M8j]zXQcp@^M!5vp6:VF|[HyA' );
define( 'AUTH_SALT',        'nBHA ]6^ug70>V}I>WTf>zz2ASmr5q7_+b)u)=B,{76}G*QP=q!*U=o,MN^HyX(p' );
define( 'SECURE_AUTH_SALT', 'idtzDAE/Q;BXj%EzD&XBHD8&glZ.kx]W(2S0h7{9|l!XPqd`KDsMF)QX>=Sllh]h' );
define( 'LOGGED_IN_SALT',   'cJ&n>{HU,YQpi:`w*N#)Ovtl]=k(X>fiLrhAz`B{=T%pn*_R}$u#ATZC~?s7~k87' );
define( 'NONCE_SALT',       ';;CqpO@XUR,//0^SQMX54^~,}(E&tFHPFd53z|3o(:c3]II?i73e!sq!d(s6(nns' );

/**#@-*/

define( 'WP_MEMORY_LIMIT', '1024M' );
define( 'WP_MAX_MEMORY_LIMIT', '2048M' );
/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

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



define( 'DUPLICATOR_AUTH_KEY', '%Rg3yIIlw2t5u9jPA[V=n4<Xtxw&)`0fLd*8Uk85Z`0m9yLaYLw%89/(HofLF,sW' );
/* 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';
