D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
newmodernbazaar.site
/
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', 'newmoder_dbnew' ); /** Database username */ define( 'DB_USER', 'newmoder_dbnew' ); /** Database password */ define( 'DB_PASSWORD', 'newmoder_dbnew' ); /** 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', 'q75Nt%1QZr;o@z@32w1g6~JsS]nxnEu72@3;Le4Y#6#@m)Tqp5F;9AGk73V0]/75'); define('SECURE_AUTH_KEY', 'H8kV[Cjg4|kJZ8qW[;C0p465cku[6_Xu;xB@39e46Px5jv6|99#W*v-*b)(;3S1)'); define('LOGGED_IN_KEY', '5jFH*S0!_N*0OIE2WD/1;Qo%@/g/0%K4(8s08*[W9vX0*UjTW(NXZ4([jHPJ-B*j'); define('NONCE_KEY', 'M1EPZ:N1;55+x5N)U~u*-l00xs0Ju*P2nLZ859@nL(j/anQ7Pb[S(9V;5(77Q(6N'); define('AUTH_SALT', 'uXw)R7W0gq%BOp8)AaZ)3sM-#r9wzI8S69&o4(7b+0jHOoaVl|/T27(YGCp3#%u!'); define('SECURE_AUTH_SALT', 'E9-:QCl//W3H);!]5tr7q#/w9[r25[0f2HXz)+-6*(7]B5kJ;12S2HP25wuw/(M/'); define('LOGGED_IN_SALT', '21G6E&K04g:E/2hjch5W)[25D!]@+7Hy463#2hWGR]|rsJZe87s]~Eu|S]B7I%D('); define('NONCE_SALT', '3Z6/3FAOu9EZL|m3Qq55oPt1bZ4!hb6/6o96Z]216c:2PSOB6EMtUdDN1UkQ~*6~'); /**#@-*/ /** * 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 = '10CJf_'; /* 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';