/** * 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', 'raggimu1_WPS2Z'); /** MySQL database username */ define('DB_USER', 'raggimu1_WPS2Z'); /** MySQL database password */ define('DB_PASSWORD', ']Am!SwCmw%2%@[(}p'); /** 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', '1c643427cbde5eb20a5934ca59186273de08a612abe75214831c939b14c74af9'); define('SECURE_AUTH_KEY', '432a5f433cb7428dee30198ee94d7ca935f1d26a8dc2c0eb58c18e1af7a5b0dd'); define('LOGGED_IN_KEY', 'ddcde1620c5268bd6a273eb5333f0d8c014e381dc05c77c483a3a8649b50f5bb'); define('NONCE_KEY', '356faeb2a6b0aa3c607f84f5c6431e71fac54c592965df2ce0cc4f42174944f3'); define('AUTH_SALT', '680f8a657aef1e1186d82c338ca42020ecc2fe9f389854d1190e0eb66ae68a52'); define('SECURE_AUTH_SALT', '6053cb1237b099cbac68bad419086e75d18f8826a5fcd144bdd3b3382076bc61'); define('LOGGED_IN_SALT', '48ef45a0d839fbd422fd360a2f2e5c0081b40d42f04e0ea6ef960d863561da7a'); define('NONCE_SALT', '737ef8e01b04614c4f8348ed9df505e671f0a19eaebdf871350cda52eef2ae5b'); /**#@-*/ /** * 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 = 'Yoe_'; 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';