/** * 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_WPGPK'); /** MySQL database username */ define('DB_USER', 'raggimu1_WPGPK'); /** MySQL database password */ define('DB_PASSWORD', '[<7&o^CtX-%$8/nw4'); /** 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', '58bcc8e45c1c7024a441a8bc4004a07662c1e108cd196c930a89f1c08b098f7f'); define('SECURE_AUTH_KEY', '8d29f3fbefe7001215a08f1192eccb501a205f0b5735e648b397aa7d6dd5c850'); define('LOGGED_IN_KEY', 'e1a18f6d22c5f85190ddbabce440673198fb01fb4d4c7cc79d579c58f74277e9'); define('NONCE_KEY', '6f0de53c1387f27a38e1df567bb02605055c232974cd66ab7fee7f469561e9b2'); define('AUTH_SALT', 'f9082ae781e42d2c8ec75242f179643a8114dd64d9556d5c9e67ce2d6dc243bc'); define('SECURE_AUTH_SALT', '0eddf6b4537878c7b9792ca342d146118f6336b740a9bb6eadb5d6e04ac26845'); define('LOGGED_IN_SALT', '431a3f7b81b608082cee21715766519e26fdb1643d8dbe6ddeb90bc37376f657'); define('NONCE_SALT', 'bab0b0ab409f712394a7501a512c7bddf2f9dcf1f3b732492064a26047531ef1'); /**#@-*/ /** * 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 = 'g2m_'; 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';