/** 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', 'bblussh_wp_mqqeq' ); /** Database username */ define( 'DB_USER', 'bblussh_wp_qjwfo' ); /** Database password */ define( 'DB_PASSWORD', 'RblV_kjygd593U%t' ); /** 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', 'b@8]@9;7p3HT(+z&GF&1H)3xCDIi~:@%/2[@Hr90kp)*azI+gNN3))b[w:~un@Z%'); define('SECURE_AUTH_KEY', '2xT7CGU~e%0LSZ_11;ZFI10O#AF~A9VzLD(~;OhH:wm]59-5b8:f[z6!b(FC!8[*'); define('LOGGED_IN_KEY', '_!K8*%bmXSA8)|)t@6-s;r96x!0OqYBr7#3)*k-1@)xPV|h]53_8s;;~fps](K17'); define('NONCE_KEY', '2_:Zs8Xk%3S:wMb)t0)0PWD6IZMVZMb@|[47@goE/||SzcV#m;8-!h3(l05Wb_T:'); define('AUTH_SALT', 'h40qr[8-]nEZPMH|1]Q-i25@%Jq-]25EEn8_!jI@:)qM13@1V9#w;@f~+l4mX65*'); define('SECURE_AUTH_SALT', 'dL*o466](]4%#4X-h37wwE0LE(@:&|zx0*v7ZQs1K!P77I*Y]a2i_&zd7XHShY#4'); define('LOGGED_IN_SALT', 'd|Z;d&bs;Mq0(!J50Tbm1#5gx5yQ6w--;l4n5n_]G5MP2I&po:9_ER9!6b-EneTh'); define('NONCE_SALT', 'h7&4Y%Sm%b:6!11H(/OK7+MPaA5E67H1@8~:XeO;;_66UFJ4DV!L(~T3%1Xc!8ow'); /**#@-*/ /** * 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 = '7W65mZq_'; /* 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';