🌐
ROOT
/
home2
/
niceguy9
/
public_html
/
elmipa
📤 Upload File
📁 New Folder
✏️ 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', 'niceguy9_WPWGG'); /** MySQL database username */ define('DB_USER', 'niceguy9_WPWGG'); /** MySQL database password */ define('DB_PASSWORD', '%}npSv(5LYE*&Bpb1'); /** 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', 'ba7968bc80089da104b7fdb1e77f4b590078b66a61cadcb111282c82e2006013'); define('SECURE_AUTH_KEY', 'e3176e62521803deb30d9d138bf782479f44f49145192e016c1f1a23aa530207'); define('LOGGED_IN_KEY', '021a11026a98515177c8623886a6c6d27b48009b6f0f4b09eeeadf421e4decc5'); define('NONCE_KEY', 'c7e6b30131c90cc40d9509ae4ab52d62c67f4e879a67c4d5935377b2a5c52ce0'); define('AUTH_SALT', 'f71cc1e3fadad326fcb3bddb8b87e1034f0b5389e2ed186e6906f1cc19f2be7b'); define('SECURE_AUTH_SALT', 'e081e688a21b94c936d7b0ae940b413155d2272fc03d93e7543e5edd746a05d0'); define('LOGGED_IN_SALT', '1fa8993f2756b9b3caa7c2d64521707589a47d8f0d8fe104613a8b6fb6b0bb74'); define('NONCE_SALT', '2c7ebba75175b8be32fd193d56398fe24ba9c4ccd75e2a1d68ee741097288b52'); /**#@-*/ /** * 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 = 'Uz5_'; 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 CHANGES
CANCEL