Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
medaut
/
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_WPVFT'); /** Database username */ define('DB_USER', 'iuywvcmy_WPVFT'); /** Database password */ define('DB_PASSWORD', '#Uj#aDg<k^ZocORUs'); /** 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', '9e1ef3c9265c6fcc8538f29ffa6ea12b826844486855e2ca3268a4896490f102'); define('SECURE_AUTH_KEY', 'e57e3979b31eb951ee4b00dc68e037bf03c5b9c2e65d566642fd53e729790660'); define('LOGGED_IN_KEY', '7038ed102e46ce0b57bef6cf7baf7eee5319ff0a6d9be1a2fd7693e8c9adf56b'); define('NONCE_KEY', '062fca77aae5d45f7b5f24fda550f86933f0b65ad16e08b1b6c0fe0b113eb4cd'); define('AUTH_SALT', '4242023c968adedc6b7440e458a903dc4a6d631be760824d4098bf326832157a'); define('SECURE_AUTH_SALT', '4dd7dd0ff6604db7699573b10c5a84a4c034f99ff960f27de789ea8e78489dbe'); define('LOGGED_IN_SALT', 'aee7d8b2ef169a8c581caa27ecb75f9f93f8a22d72b27f9643a7d667b9a59d2e'); define('NONCE_SALT', '663d5451982324deb97a22900784b7f62f5b1e7b4585db9952b016eaec7b425f'); /**#@-*/ /** * 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 = 'ZFZ_'; 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