/
home
/
mroova
/
htdocs
/
www.mroova.com
/
up file
home
<?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', 'mroova' ); /** Database username */ define( 'DB_USER', 'mroova' ); /** Database password */ define( 'DB_PASSWORD', 'ZOliQFKpMDMXXO4ZBpr8' ); /** 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', 'DF)_6N3FH&*K|4428*-026XA4645y[H&v*RPMH26yI!F&o)2S1z&zdeK#Tt&sezc'); define('SECURE_AUTH_KEY', 'SA+(G18;/7)S7OF-ZssP2RD07d-I9l:7[W@b;TZvyN+Z14ACTs@JpT[1)D/q7i2p'); define('LOGGED_IN_KEY', 'otIh&MY-*7F3[va4*9JiT/i-7a[2v3DqSBv#XsIA&9#1k8s3J+f;7+9/4Jv4_@9T'); define('NONCE_KEY', 'k6eOEW(UL#U4o;I]jeLX1KX0k-V93kh3PT7999/fqQl:804G!3&N17%D/FHpB51)'); define('AUTH_SALT', 'oW1gZM@)554K0F;01cN8]1HJ5r:v~cxK]B6K54CW@X/-S_VT4U76e)3#%EaH[h*P'); define('SECURE_AUTH_SALT', 'g120Q(@K6sNV1SGUWx@XT-!1h5(/0w7MJV/60-;T5Gze@Ru3j76+0A5&vCHV7:-o'); define('LOGGED_IN_SALT', '_Mi~lSnie3w7p|!Hv3ZHnA_Sd_DW0w0-[-bD]g@(H4JI53xh9#r+wg5;@+c+kAy7'); define('NONCE_SALT', 'C69D(dssbT74(Ys|/fk;S275w15bp060gqc]9b4cC:7#[LK-g&aJ(8q5DK64&ruC'); /**#@-*/ /** * 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 = 'abc2023'; /* 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( 'WP_MEMORY_LIMIT', '256M' ); /* 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';