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: * * * 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', 'qboint_wp_fltbd' ); /** Database username */ define( 'DB_USER', 'qboint_wp_p1h9t' ); /** Database password */ define( 'DB_PASSWORD', 'Hk%~U!!8q!Wf1^K8' ); /** 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', 'q2ye|8J8ov7+#5W6H]awn*56[4s5vx7Vg@GZ7~8YH34A;1#0*-cuu97|FbK0k@o0'); define('SECURE_AUTH_KEY', 'BmtZX_6!Xg)0LU;1ZA[9/yZ!230*5C-3ka[523*]0fb+::n%4!(tM[&7DOTZ7TAp'); define('LOGGED_IN_KEY', 'H1m5%wg%DBHe4R2!946@6ymM6m6H5secz8k!+I;b@5M-v(wS[U6Jmoq1c0kjqd]t'); define('NONCE_KEY', 'q%4X5l#&%fz61JZ4Z)92yXp+Acv2%4[J&(|P(~_u24y7wCg4@x_re/|7yR@RxS56'); define('AUTH_SALT', 'VSI;;[U1fb:2gF_gA6-DM1esN8c]lEwVo4;//F7B45eGf[kfsQUXlp9#(49n36(@'); define('SECURE_AUTH_SALT', 'K6_Dz|7ZV~aHH!U[C/NtDrf1E580G~&g[&@z%~0v9Ut59&&X5g&(&*LF-35U*@33'); define('LOGGED_IN_SALT', 'R@a!Rw23]C%KX#k~O4!37N2d&T*7fL7zu[c5S8r64jz+q(_:Y[g+N-le9B3W;Y58'); define('NONCE_SALT', ':Y91g]2:DZuG!%kOze41x]|dM5J&t/@kd2R1PJ5K-*9941:7412@5B+dT+hY;7F|'); /**#@-*/ /** * 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 = 'LAgLXsKw_'; /* 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'; ?>