Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
fani
/
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/documentation/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_WP4B0'); /** Database username */ define('DB_USER', 'iuywvcmy_WP4B0'); /** Database password */ define('DB_PASSWORD', 'pQ:<Z>9R{kIhWsc4Y'); /** 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', 'f43450420db8b03c668adc967a2dbef8628ed8bacd3602c70f26bc870b780968'); define('SECURE_AUTH_KEY', 'a281d268abdfd4e05612f1cf81fcc06f0fcd3b58420cc6277931dcd507340996'); define('LOGGED_IN_KEY', 'f8d08ab86508b60013afa45e5f21afb7e6627bea8c4ae381295b4f40b9ed19e2'); define('NONCE_KEY', '81dc83f426d63b605b36563b1187810b147b3d18e18c631331f759ef26b1e48f'); define('AUTH_SALT', '9578a828f6b91cefc6260906e4903fb60b4ad5ab568f0304e6a811be9ed870f8'); define('SECURE_AUTH_SALT', '79b98b502d4ecc83ecd6088523d33578fd0ea20745b22b4427bd386c79f76e37'); define('LOGGED_IN_SALT', '209da419330977a83fc96258355b8269cff13b30ace8a4fc680ee44892b3b00a'); define('NONCE_SALT', '2ea4d1deb683fc9f4372470fefaff6a2fc4ee4cbed0988494a90bc4ecd01e9a6'); /**#@-*/ /** * 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 = 'EvN_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); 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/documentation/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