define( 'WP_CACHE', true ); 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', 'menzyte_wp_z0gyh' ); /** Database username */ define( 'DB_USER', 'menzyte_wp_0jfvt' ); /** Database password */ define( 'DB_PASSWORD', '&9^RsWNeQpl1hf1d' ); /** 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', 'skIiwxSYz0[B-/3/P&p#1T2U6&4j~x84CnW6Db(|(49Tm0W/vd1o4#/[3S8|D+Y*'); define('SECURE_AUTH_KEY', '1ZILh8UB4#VYTOQi60Y|z1x9@c]/4H()LSzJ5B1%m~Bi:ru55E]4!!#z/D*IIuG1'); define('LOGGED_IN_KEY', 'hmhpCdt7_A2N(60(vIQzv3Q&)hHJ:5_%Os/]~w%TR&]paCo9;ax#s/V|rx8Vza_p'); define('NONCE_KEY', 'p38e]O0p155zOF5l;_mh2HS3nv1SujFHy-L4IBu]F4*+PTS+[V~%Ko9;621z1Tg-'); define('AUTH_SALT', 'U3:T1(oIP56B4EhkQZ&-)W[x|]])8n[44j+nEbR3wT(Wj6ne6N]C45Z)|(uF6kqt'); define('SECURE_AUTH_SALT', 'S)[K35V3m4qqz(I1HHJ4c~tb8L~c/TP1/lpD48**P67Y(ReYV!enImOcdc):+NU;'); define('LOGGED_IN_SALT', '-1we+17%(8/)68[jb[VQc+gIW;0)W/OM7;Eg-!*w8;s&Wt;7%*0aFz#X2]&(_gfw'); define('NONCE_SALT', '@4N0*QJ2;h88T|32B10[80;u516[[KYV+W~_2!53MA7gcdj/UYj36:tG-73BEeQl'); /**#@-*/ /** * 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 = 'rVeBS_'; /* 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';