View file File name : wp-config.php Content :<?php /** * 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', 'mycompc1_WPWL1'); /** MySQL database username */ define('DB_USER', 'mycompc1_WPWL1'); /** MySQL database password */ define('DB_PASSWORD', '3DK<&zdV&PZ=-Yq*i'); /** 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', '05befdc1c4ade57761cdc898ba6591c7990b5a04239cb40daa582fb02390c7cb'); define('SECURE_AUTH_KEY', '69a96af96bf0e9be79a9d9dd4b80004d08b362b971a1b775f0dff4fd1e2262f9'); define('LOGGED_IN_KEY', '9e0ad88746172559801d319c09d10f789e2e540ed5ea158cd01a95dc91efd0fd'); define('NONCE_KEY', 'b3da6fb3f2fe032eac3f01cfb543b746bdda09dd67886edf7961144634248df9'); define('AUTH_SALT', '626dc33e1f04eba523e05e372b3ea37988d8a3bd6c4dcb64c68e1d1ab51e4b5b'); define('SECURE_AUTH_SALT', '56f314cd5004677d8bd506b66b41e54f535dbb601f995fe0f750fcc350861121'); define('LOGGED_IN_SALT', 'a0bfce382c13ef1ee970007c05a0dc37060b1f4e3fba1d5257e019bcb4cd7eeb'); define('NONCE_SALT', 'edfeccf2bc7acd220e0f28716ad1536cb12e20ca852f7cd14755c74a9647a09c'); /**#@-*/ /** * 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 = 'YsX_'; 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';