define( 'WP_CACHE', 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'wp_buijz' ); /** MySQL database username */ define( 'DB_USER', 'wp_3b6rd' ); /** MySQL database password */ define( 'DB_PASSWORD', '33B$0w4%$7No#%4k' ); /** MySQL 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', ';)7/7263ew@w(49)Yg4CFEhUD(0W-Z7PT8S*y(9)61fZiZy73lmt_o0xZ2DCd6RN'); define('SECURE_AUTH_KEY', 'Mi7ONpNbCm|78(R@Y|l0QbW[E_&qhtaC@-4+549O2EPViTxHw]1/Q1V3V8i[E7!;'); define('LOGGED_IN_KEY', '0F7i&kc[%3a&W3z;tap530m:&4pHbPTM5)eq6(&Mfn5c3NKc7j_3E]JM03Bh18Nn'); define('NONCE_KEY', 'i0zzzwT&2H]yDM++57);+0q:/o53|uwRJQV1Cr1G)#y[s8V-667[ccZK3!!i24sz'); define('AUTH_SALT', '_JWop06j|-AMD_Ja!1d#&:%[W__i|LpV8n:%hQ56nP7;hj6by-HQ8&6F!Z;9c469'); define('SECURE_AUTH_SALT', 'M75uQ8o6@y~_ggmC37i/#JibtFgBCnMUSNQ5uX5!9:*2LX@ZD76/J%p|JJ7#4p[|'); define('LOGGED_IN_SALT', '4;kwkuF~o3/&87B-drnK5+sZN0rn&/e0u!p%p_ypZ9!d5C7L1ErcA:7Mpy!89@4-'); define('NONCE_SALT', 'lq6/M7H2fYVL37(!U|45H]#Gq:[~5mot89k26Wl%~8p!nB5TzZ2/7y2i[+:9wQm['); /** * 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 = 'upRQmSi_'; define('WP_ALLOW_MULTISITE', true); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; ?>