Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
pyramedia_biz
:
wp-config.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // Added by WP Rocket // Added by WP Rocket /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/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', 'yaeytimy_WPFS8'); /** Database username */ define('DB_USER', 'yaeytimy_WPFS8'); /** Database password */ define('DB_PASSWORD', 'J<hmSd$2*!s.>p#M:'); /** 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', '5c4d5718b0405356599f0ded5b193190014fe2bce92fd954f04e7d1d60353ad5'); define('SECURE_AUTH_KEY', '7208ee39fe180c1d1a80c497fb045c043813d4fa11922e8622846e2519b0779a'); define('LOGGED_IN_KEY', '907533e609a1228dc405d3dcb07684f689563685312b56a8d61fe08dc917c7b7'); define('NONCE_KEY', 'd4f3f24a9b23f13a9e4e180d5d2e2a64a9a37de5018e729f8810a1e9e929265f'); define('AUTH_SALT', '73f3bf5d8aed19e0403ba3ca1922574ebe71be7c8c72251ada7c7023eede7a0d'); define('SECURE_AUTH_SALT', 'c4e28e1b20afee2677fe6d4d9d06c09e017ee5a82222960725854343361f1cf3'); define('LOGGED_IN_SALT', '493e9e6f571ed78efdec17e4b9bb9deb3b75f50afe40098f180e89321de9aa31'); define('NONCE_SALT', '01f405cdcaf6581fd2b453e244b27f9d432d11ef3c067c92b3d894c30c363232'); /**#@-*/ define( 'WP_MEMORY_LIMIT', '512M' ); /** * 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 = 'ubK_'; 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); @ini_set('log_errors', 'On'); /** * 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/ */ //Report all types of errors. define('WP_DEBUG', true); //Don't show errors to site visitors. define('WP_DEBUG_DISPLAY', false); /* Add any custom values between this line and the "stop editing" line. */ /** 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';