<?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( 'DB_NAME', 'skhata_krishikranti' );
/** Database username */
define( 'DB_USER', 'skhata_krishikranti' );
/** Database password */
define( 'DB_PASSWORD', '6yEW?@Y$32V0zjOd' );
/** 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', 'J&IRC9;22hvZ7~44gBqdx~[5U9yn/361i6G7@pQ%4[82CU661R5sN@G9@-*ag_3P');
define('SECURE_AUTH_KEY', '74/!ZZk62)og_yF4Dg1PO577dK8_OKRl6r%O341Bb(T/MUt#W3|2s%(79|#GV3(t');
define('LOGGED_IN_KEY', 'NUlWg[cjlIW#-!9+0Hmn65ARm|wC12(_][v[rIL2t:+*G24gg8rf600yY/H4~_1!');
define('NONCE_KEY', 'kbw)J-5Frg[w05RRA#320iey!YlFn:qS*@Q2H+9G8r(aJu34bGz3;:V2FK7y9QM@');
define('AUTH_SALT', 't:3|e~]__JD5UbQr7k6V)/_g30wt4s8eZ/6+C90X2Q-[:CY5!8+e(0n9|K/hjh4]');
define('SECURE_AUTH_SALT', 'HT3@:89m50V44XD2@&0Gp8H4[(p8P/vKc3/QWQt|0*75ly~1t:]7:nn)*m_8K*pp');
define('LOGGED_IN_SALT', 'w3%51+dWV3Vk/bD4n4-d]3B@ZM#2:16Uwjj|9*qyfJ0:&L&-hCHm]AGW8rriywko');
define('NONCE_SALT', 'N8Ae:I]D&o);9fKRziewwWzVP+tLxT@D4fXVG9F_-8|l1]Y[35+ofUx_l||i(19K');
/**#@-*/
/**
* 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 = '0WLNP_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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';