| Server IP : 14.225.216.240 / Your IP : 216.73.216.26 Web Server : nginx/1.20.1 System : Linux localhost.localdomain 5.14.0-596.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 27 16:02:33 UTC 2025 x86_64 User : taidh ( 1001) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/eims/vn.vietnamhardwarefair.com/ |
Upload File : |
<?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 website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'exh.vietnamhardwarefair' );
/** Database username */
define( 'DB_USER', 'exh' );
/** Database password */
define( 'DB_PASSWORD', 'Exh@6189968!' );
/** Database 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', 'eyFc*:Lo^J #J(#iv1`f)Nk;Njv jElykYjM}@.HrMJLy&RLe8m^*--Mc#nS+jdP');
define('SECURE_AUTH_KEY', '5qXDEyvc8stUJO+Z1w5gkN7-SLeB{,-`8r@qP-kP=UZUQ9Q-~41Cl2J_D1|qqjb)');
define('LOGGED_IN_KEY', 'xi6UR|^9Kls2Z%fV&_|tzI;YCIMb<hu-Pi[1D^{|7Fh56g>7IQ0mJUr0Xq.OG]t}');
define('NONCE_KEY', 'e,$^R]bn{pW_$Z.-=]SO4F1#SX<1.D|G`A6%O^ryHP--pT<|78- Zo!XlGY5|cA]');
define('AUTH_SALT', '$0>uVN&aG,LIAx;@yuAb&%{yQsCt(sZQOE&8hbn+*y+Dut &?ABd*L)<L(+S<GF&');
define('SECURE_AUTH_SALT', 'E;/PUxM+sV+|^FpD3^B<%h)B#-{cl>a`|)9.xIy[L{%dwVo!`K5T.BfJqP:Pli=C');
define('LOGGED_IN_SALT', 'bIUm%v.1+-YgT28qC.ZmJ81r<z<|kIr3f9oXS^qt8SYxw .#c{/c~HT0 E?ZyWLy');
define('NONCE_SALT', 'KIQjr@5*G8x{o>gp!> IXeT`u39W?t>uv[`WK+kI+)**qKJ1<}Jw30)qp+4y4o5&');
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'vn.vietnamhardwarefair.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
// define( 'FS_METHOD', 'direct' ); //ssh2 - direct
// define( 'FTP_BASE', __DIR__);
// define( 'FTP_CONTENT_DIR', __DIR__ . '/wp-content/' );
// define( 'FTP_PLUGIN_DIR ', __DIR__ . '/wp-content/plugins/' );
// define( 'FTP_USER', 'eims' );
// define( 'FTP_PASS', 'evims@618^_^!' );
// define( 'FTP_HOST', '14.225.216.240:3333' );
/* 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';