/** define('DISABLE_WP_CRON', 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', 'digvijayart_wp_iopel' ); /** Database username */ define( 'DB_USER', 'digvijayart_wp_5iqli' ); /** Database password */ define( 'DB_PASSWORD', 'Z_E9U~Kw1XhV0i$s' ); /** 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', '80O5d#[A0o_c)(889S7;E@4a&QL%mNulC6t/#!zG*#*sa1TEOu8sI7~9VMZW66c-'); define('SECURE_AUTH_KEY', '1y]60J5r#2beAb46kW9kR1p069Ev25fZ#|voo6aLad|0X+d[Y638~097DUU15uhX'); define('LOGGED_IN_KEY', 'E/ZpIo2CgLJBF2-K3/hS61:244]4rX9jM1%+0U6WFQ310~37UP;#93O&6l]1J*@3'); define('NONCE_KEY', '%rIx5vvd)*05ZB6U%5MtW90u_y:eg@7Z%*YuA)&D743b#z64[3[Q%rz|_@4w6Vof'); define('AUTH_SALT', '0ClIV%!(VH7qKH9alkWaYCAyULQ+61eHvI2s91e[24xf5N/!I(6(NrI:~8E%3!|_'); define('SECURE_AUTH_SALT', 'vqny8zCL%0HE8H[(12Im*45dOs0E#@b9H*13VnClblM;(KCe)q9E5tXpcj|bAUZo'); define('LOGGED_IN_SALT', ']vcZ3%43QM#]te1d566__&jq*5h1qT92-@yef|1GO_o~L|xyDtg9@9Fb|s:0F4n_'); define('NONCE_SALT', '8pC+&[Bo:AM~]kyt40Nm%940jQ*C1i-FkgCSIW3]-xU8i2GQ&o3W66L(qQ8@*C6+'); /**#@-*/ /** * 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 = 'B6fcCN_'; /* 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 ); } define( 'DISALLOW_FILE_EDIT', true ); define( 'CONCATENATE_SCRIPTS', 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';