<?php
define( 'WP_CACHE', true );

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

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

/** Database password */
define( 'DB_PASSWORD', 'lN5fs2EE!A^Op4!b' );

/** Database hostname */
define( 'DB_HOST', 'localhost: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', 'uiLZ2@U[4WV+6oT8y/NICYOX4K*DtUs+14]0~ptOtI%/;O]/4v)9HmvnZA+O37ps');
define('SECURE_AUTH_KEY', 'xM8XGg1&3D2/bWpX[SOX[vcFP@w6tDyeS7q&(x2TCM5u**gn-Y@BOi82c+83uCPt');
define('LOGGED_IN_KEY', '2[;Lla(8:OS3)MY5L_i:e1@U)24F]62H@Zae73qMiM6#o60]y@U7Wz~a-K9btfG@');
define('NONCE_KEY', '@Oj6*5@dYg@:836vZ6|L*v1Y&MH057pb-A6d1+ElpcMy0389_2&]~3id)h8EHYW1');
define('AUTH_SALT', 'LwW0Wgm:Oy51xb:;e-bE-L%-u5Q8C|3~j97gF;+C*8q9k(iIn:;RBab5#@[RO5+3');
define('SECURE_AUTH_SALT', '0#8q]#fQ3|9kmA61wEw[)j3r_zA/gWVDx93Jt(~Vd:p8*8:*h1WMe6%2aDB3Pe1|');
define('LOGGED_IN_SALT', 'A649nB/u5#:8v7:%98rWr)1UPs62Iu:&xso*sz71qYBeU5&x67skC&U|67[gS61]');
define('NONCE_SALT', '#8!ms50w~I;64yd~-q;J~5yn/Mq5u+vmo0E/m]7D*82yP9*A9f(nnpb@[a;cO[#9');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', 'minor');

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

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