Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
fabereng
/
Editing: wp-config.php
<?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: * * * 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', 'iuywvcmy_WPN5H'); /** Database username */ define('DB_USER', 'iuywvcmy_WPN5H'); /** Database password */ define('DB_PASSWORD', 'bkvWL!5M[EV0?olC/'); /** 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', '8756891fb8b663a69a506f5924b612f302d51549163d23513c267f9c4529a905'); define('SECURE_AUTH_KEY', '8304ee6bed7bbf0564c644d870c53d8503aa8ec9ba4c91e7ea97c3fb94e916af'); define('LOGGED_IN_KEY', 'c4f8874448851dfb159637deee09850470dcbb0659a0ce2826d93bf4318c5fd5'); define('NONCE_KEY', '24825595741a08f803227b62bd79b77709500ec5b361b1c55fe1ab9ffa754e54'); define('AUTH_SALT', '0e5fd553c7c215f87d5f68806252a3cb96275f0e4a9b51c423ddf29e2340d6ec'); define('SECURE_AUTH_SALT', '2e2584860fda8446ef0b8385a2f32681019c099e0cfedac0406d33e52e427c53'); define('LOGGED_IN_SALT', '6d3e11917caa578033fec6fbe554c7aa1c7ee18a95041fd42e39c699a367076a'); define('NONCE_SALT', 'cf84cfb11e821b1e4b3078919b281797b32b060c7f0b834435108d84fd7aa0e4'); /**#@-*/ /** * 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 = 'CAY_'; 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 ); /* 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';
Save
Cancel