Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
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_WPHSS'); /** MySQL database username */ define('DB_USER', 'iuywvcmy_WPHSS'); /** MySQL database password */ define('DB_PASSWORD', ')Ft0.$=l#[IxKk:]T'); /** 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', '6298ef6c3d0d03ad2e843c75ca957f28d22881e9d0a264bc63d14c267012d960'); define('SECURE_AUTH_KEY', 'c5e60f0cf5f434ac005a6ef063efc0f89f3b8fd37f9a02a8e813a89c68f9d884'); define('LOGGED_IN_KEY', '53b77c3e5cd097434fac341eaa6a5203fd9892d553b5f26aa703d3099a0cb9a3'); define('NONCE_KEY', 'c741a400516a69d03adc725a62b2373d755166e2055ef76c43daf414dd68c0e5'); define('AUTH_SALT', '2bbbcf66a4b70c70871130faff8852ef99ca343a20e4293da8dff859b2843abe'); define('SECURE_AUTH_SALT', '596b1cdd369bd598b444eb2282f523ca5f6c189146020606abc9a6b80337f182'); define('LOGGED_IN_SALT', '25e8d401646df2e9fe70fe9072ec72c9728d3cb220b0c5164d8e93bee4b6de45'); define('NONCE_SALT', 'bcd51f36cbaea82f74206b396bc60f7b8348fb453561238659b84cd88802d1a5'); /**#@-*/ /** * 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 = 'jTx_'; 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