?> f the database for WordPress */ define('DB_NAME', 'rbselco1_WPJAO'); /** MySQL database username */ define('DB_USER', 'rbselco1_WPJAO'); /** MySQL database password */ define('DB_PASSWORD', 'gy[R>*YeLG_]EM6Y2'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** 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', 'b31176734054a5c86a321573f89d3ea64c4c8822036f869d8ae0c4554452d90c'); define('SECURE_AUTH_KEY', 'caf210c201a2c1eb338f149ec92d263bea462a841af86b7d60ed52507ad1e3b6'); define('LOGGED_IN_KEY', '46a7580eb00686a2c1b3c49505bbf2e3318d90e133cb6666e7dbffd461eeb65c'); define('NONCE_KEY', '17175d085e50c61de7a522ca28c0eb1b0516b4a123d9beac2833b1505c592463'); define('AUTH_SALT', 'bb14d602280cd7beb666e61d7f4d8d3fa80948a02e92026ebab72a2043c631b5'); define('SECURE_AUTH_SALT', '1c42760fc0ff045fab6fa00194cffed2419e31a842bf35f70a389bbcc9618d31'); define('LOGGED_IN_SALT', 'ba4a1f85933413b5e58d30f1ef1984024bb99ad5efa8994282842a33582cac8a'); define('NONCE_SALT', 'e03898c63488fb893ab44a0dff94afd9a8697ad648ec423e0fdf3ff9697ec983'); /**#@-*/ /** * 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 = 'IQv_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 5); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', 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/ */ define( 'WP_DEBUG', false ); // Added by Hummingbird /* 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'; ?>