/** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the website, 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 * * ABSPATH * * @link https://wordpress.org/documentation/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', 'ldplufte_WPYN5'); /** Database username */ define('DB_USER', 'ldplufte_WPYN5'); /** Database password */ define('DB_PASSWORD', 'cHrw&y?[/ou<{^&7)'); /** Database 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', '7812e634a4cd24d8c4a4c07bfefcce3a3061e1dbc926941b2ce517772896dc15'); define('SECURE_AUTH_KEY', '23ed20481299ea7d8cdc2215a093f6d87c9ae5dc727f26de04e37f9a8dcece4b'); define('LOGGED_IN_KEY', 'f5876a085f55ad541759f821cc281a4743caff22f66f438d81c435aa8cc52f8e'); define('NONCE_KEY', '1e50238a7fc782e0e8bfe6b4d950fb91a3d74f0d807d4c462c34becc9d4a4f67'); define('AUTH_SALT', '6031e9dc04e077fd131d36be008f0ee80143f5cf29ef87309fc5d0767ca79ef6'); define('SECURE_AUTH_SALT', '6ea310a6cc372f10326ccee8398ae43bea55e8ce6ff0dd412492438458fd3cb1'); define('LOGGED_IN_SALT', '34fd0f81a4f7fdab37e0823951075372fbaf11e530127a3eb30c7224bc1a7707'); define('NONCE_SALT', 'de36e7db642a5e72da87ae1cbc5e6b26cd253921fce927b68bf4f869144239dd'); /**#@-*/ /** * 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 = 'jGG_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); 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/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', true ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';