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', 'alyssbe0_WPGX6'); /** MySQL database username */ define('DB_USER', 'alyssbe0_WPGX6'); /** MySQL database password */ define('DB_PASSWORD', 'p]G{_E>F{44qTvJ*D'); /** 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', '0fc51fc6d307375ccc1c69b0db251346028ccec38c63e290b587eae425208376'); define('SECURE_AUTH_KEY', '9a16c724fc4bab3a7f474ccaa9d68c3cb23ac38d89894c86133063579e1405ce'); define('LOGGED_IN_KEY', 'ef6ecc0e663cee0ca59371fac97087be1eec011bfaf5005e95dd11f1d4c1ef79'); define('NONCE_KEY', '8fca18df2720beaded9f565eda27a93dea076a1959cdc8c7e976f307fe0c51fe'); define('AUTH_SALT', '3b9d6e0ab957e23001147b4ac41a409c029e139c76698fe1b46a5213f14445c9'); define('SECURE_AUTH_SALT', '3cd81d6b98bb3db41c1b21b829799520bdc22d26b93c7f8dbfc83014f266b46f'); define('LOGGED_IN_SALT', '0da94f37cb063a2a9ac85d6a88df1cb466a6a03c41d9090275fa26e68a92186e'); define('NONCE_SALT', '152aae93ace90ffdf515c37f45b968d11cf63c0c155b8d3ee5e56fc20eadaa79'); /**#@-*/ /** * 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 = 'DBN_'; 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';