BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
yuuwshej
Root
/
home
/
yuuwshej
/
domains
/
chanhxehungthinh.com
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php define('WP_CACHE', true); // 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://codex.wordpress.org/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', 'yuuwshej_data'); /** MySQL database username */ define('DB_USER', 'yuuwshej_data'); /** MySQL database password */ define('DB_PASSWORD', 'fZs+*3x1&q_*'); /** 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', 'KsT7u}RJRG$x(5:J0Z{{@ybR6jXy3LiDV(vbUA+.w9Xg|A(v}jWuIz4)wT<4c^&4'); define('SECURE_AUTH_KEY', 'g/#h&N^Ac>y45>s|{WZ6Eg+l-QQ#<o{>H8Iy&FOb^,wH;g)~(J)L2tR4n`Te52hp'); define('LOGGED_IN_KEY', 'iE%$p;C7-:jO-V_c]NXWQGPk;gK({]RN<k~_Uazth&e=|x{O(xqm!K%6R|1w0k~S'); define('NONCE_KEY', '$/Ui9 oa3W7i@!^$lnW13m=*?%=HP]C>MLLnq~*>s1fac+9[[^]*!li!@bXoJ`$6'); define('AUTH_SALT', '1eF169,NJWj>f]?=4!2R$eV:-GW:/j=`f0%HKT[5a:$8CFekSC`R;Ib5y9 HoY<z'); define('SECURE_AUTH_SALT', 'XRF sxq,(?68I0N6|D8^8E-&[8G,ZhFWphmuq+j}L`-_MI7,-Kg_WQH4n;o4|gg:'); define('LOGGED_IN_SALT', '_vs2-f.(~Fr:GXmz8&[yY<{TrVekV6 Kp%RC:Pnfp9h<_uQxS->5UEvBj[ml=b9 '); define('NONCE_SALT', '~LtN1Qu8_~gts+R)VLoGu]BwY+Ci>V8{B3K5/MA!/_)m#&cv(}@l_BZ_3+i:Aue('); /**#@-*/ /** * 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 = 'vn_'; /** * 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 */ define('WP_DEBUG', false); /* 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