?> t this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'wp187' ); /** MySQL database username */ define( 'DB_USER', 'wp187' ); /** MySQL database password */ define( 'DB_PASSWORD', '5S7V7VpG.!' ); /** 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', 'o33doxangcoyesy5mfb3vxgudzqcvmgfkthuxkv8sqs0pnvrbabdzzggqwvhmd44' ); define( 'SECURE_AUTH_KEY', 'etbojwljc3vujyhepidqjrqkvati7tifg63036mfdwwilpmybyrnz3rcfihqxbne' ); define( 'LOGGED_IN_KEY', 'z7ezj6dy3fzrmksp7ahhia2mo0uuhtw63fgmxmhywmhmh3ixzq3fqk3l67icmmjg' ); define( 'NONCE_KEY', '3cr1zdjdi8fnhqoozvkwsrkxr9xlb4ot9flw57cgxkr2lsts3svk4j6ewh4lt28i' ); define( 'AUTH_SALT', 'ji5tdrgbwoly6sfoe9wgxz2t6wfgw6hsze7zp5kkfmuhgibcl1hhwrwuxyeklhqu' ); define( 'SECURE_AUTH_SALT', 'ucrmtncomnuzlzdk1sadfscws3hqvvxmigetjng9f7e36xh7m7sgqagxx5elm5nc' ); define( 'LOGGED_IN_SALT', 'yuumor6awexo1upgegou1adhy7nxboaeofgrrj16ilgwswfz7xinirarudvjbk7g' ); define( 'NONCE_SALT', 'v47hz5uiozvm00y1h49b3f8wqlfktkyfvvnkhjgywyobx1dwcuniuxgviybzf5ns' ); /**#@-*/ /** * 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 = 'wpcj_'; /** * 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 ); /* 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'; ?>