?> the database for WordPress */ define('DB_NAME', 'deseodes_WPQZF'); /** MySQL database username */ define('DB_USER', 'deseodes_WPQZF'); /** MySQL database password */ define('DB_PASSWORD', '1zEYKLej>CYUId&eH'); /** 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', '81614b9cce5b43c80410c7113eced3405681c2f44fc440ed293a028035dd0ed6'); define('SECURE_AUTH_KEY', 'd6674310556eb70170ba221f761da41d7d30c652c9a388ba5a7d9d0de4b0d5f6'); define('LOGGED_IN_KEY', '9c08178f37ff9e9326c3b3339e4c995a6d60158dd0ef310007a31a114965be0c'); define('NONCE_KEY', '36b370aafdc99af0f24dcfa2cbce3f031c8bcf40c359b5a5d81419fd7c5eab6c'); define('AUTH_SALT', '2b97035ca1df48ff86cd66e4fbd2cbd573aa5f23443ddfa7a1937d741550d1f7'); define('SECURE_AUTH_SALT', '22f89d196a7626600e9b1c61ad0266e1378b42333a3044ed381aed4b1e789fd6'); define('LOGGED_IN_SALT', '462fc8bd56813b5fdba12b314ff9ea9c3832be8bf5ac95303cb74ea2147224db'); define('NONCE_SALT', 'b84470904d54c2e0526110bca6aab1422657b432f545343c30d8ecd76505b1ea'); /**#@-*/ /** * 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 = 'TIV_'; 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 ); /* 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'; ?>