Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
temp
/
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: * * * 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', 'iuywvcmy_WPFFE'); /** MySQL database username */ define('DB_USER', 'iuywvcmy_WPFFE'); /** MySQL database password */ define('DB_PASSWORD', ':GBuw:Z({DwAF8?Y/'); /** 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', 'e016723635c339a34771e93dd67f22c00ceebf9946222ea8733b2e9fd4fa0b19'); define('SECURE_AUTH_KEY', 'cb7108e4b3bbac8a426c977f15f6f7a6945a5732adab9ca0d908d131f525aaf1'); define('LOGGED_IN_KEY', '71189b155bc1fc7d8458cf911c29ee3c04dc8a7ada9024005191e835f4bfa84d'); define('NONCE_KEY', 'edc10ae93adb8aad6fdf6520562a292601ffcca70da5622ebd83d581d90d60a4'); define('AUTH_SALT', 'ebca22a155247a4dd7e796a67f52709085478b0c15b5548b6f107af96ece02ff'); define('SECURE_AUTH_SALT', '6385068d552ec790e49adc7e33ca898bb10fa8c0b007f7a2af30f6f340f08ad8'); define('LOGGED_IN_SALT', 'e6a290062d82d6a549f34fbf3689bbc892779db6a9759689dd4301e59feba9c3'); define('NONCE_SALT', 'e3b0b7b65e74e00a448704cec332920da4723864e0432955b5dcdecb4624996d'); /**#@-*/ /** * 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 = 'rbw_'; 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';
Save
Cancel