Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
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_WPWRH'); /** MySQL database username */ define('DB_USER', 'iuywvcmy_WPWRH'); /** MySQL database password */ define('DB_PASSWORD', '&GV*rgROo*[)G3acU'); /** 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', '115a3ee90c33953e7e55be83406051f1530910744a1f2132843fce4850d76e91'); define('SECURE_AUTH_KEY', '75119f00609f41f7f9bea67f1e4f242c715b9459954b319a21f83975f8feb319'); define('LOGGED_IN_KEY', '2c0beb890efd7dc7f96ea2329b03ab44d32e0b0357c146e30766018f6622ebec'); define('NONCE_KEY', '73484fae4e9b54dbb2cc7f9d82fcaf0c498032cb6b487e566e55d2958d57aed6'); define('AUTH_SALT', '0844d3efb0e0d92fcd7c568560672137241710b3b4ea7708eb41fbd6ca47a93b'); define('SECURE_AUTH_SALT', 'd1db569ab30b76a626ad714d86fd2eb766d3c7c29850454f9cd689f1f58e03f7'); define('LOGGED_IN_SALT', '56b404e0f5968b0c7470d75756772b8573d558141e3bfcf7142624a4b13947b0'); define('NONCE_SALT', 'cf371dbd1d2128ff42bb00c6ca1131d4e05d7a609fd123e6b819a2a9c60a5d5b'); /**#@-*/ /** * 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 = 'uI0_'; 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