/** * 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', 'janecp12_wp684' ); /** MySQL database username */ define( 'DB_USER', 'janecp12_wp684' ); /** MySQL database password */ define( 'DB_PASSWORD', '.6pj2S.3Ci' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'aproamz7ajkhq1gvfiengaxotyigiscvlpukai0wt9nfc8obimk7sjnw4moabjej' ); define( 'SECURE_AUTH_KEY', '3a2lbnktodhxajqisgpe8ijmbd5oh0e6gw5zdat4z9mp0v1posmwrfx9pjht0e6c' ); define( 'LOGGED_IN_KEY', 'czuqqspsglkoqaqvcf0xb3uaflmyrzeze4hblrhtfjj7twjh6ri2umg7pcduzudu' ); define( 'NONCE_KEY', 'iyixzmviqytbnawlspimhkfz1feq9uvsly5cxbshbxzkqgbdoyiqaews1fpbh797' ); define( 'AUTH_SALT', 'rofiibutpkwfukjtffvenclcjae9ymybpcds4yczkkvwpr6wyybd5tn83olypun9' ); define( 'SECURE_AUTH_SALT', 'rbfagdhy8di1kr7e2audsbn39byxm8azxv3gto4ko8spj3syo3kjg6o8qx9eugpp' ); define( 'LOGGED_IN_SALT', 'oq4pgm5tituqdgbkult0xenlt4z9bjlgg3miuhvyhd6kb4bnhtj4tlyaewofre4k' ); define( 'NONCE_SALT', 'ctejml7loybotuikomz9he1h7qposjvwgr2wrl0yeyqkhozdbpqasfsq2amz70k2' ); /**#@-*/ /** * 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 = 'wpm9_'; /** * 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';