| 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.homeshow-vietnam.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.homeshow-vietnam' );
/** 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', 'V|<>{Y=x_|Q$wXMX-f$.*%x|q!bfxr,$Uzyi&@-+gg@OtZMaeRbQEMT{o#72<BXk');
define('SECURE_AUTH_KEY', 'k;uY?:GBeA|-hb={a|eq6^anU7{Hl1k9!9lcVs+Q8{o/f=9n,P>x;SAKPdLzsS9o');
define('LOGGED_IN_KEY', 'Qmp*LNDiUo6[#]k}CF5}EV@]zRH@3go+X&ge/8B7y^Om>r-y-Ui8>`+-_ ;0dSoV');
define('NONCE_KEY', 'kp|rN*9^}Zz%9$K-v0+ !YLLw<hl2hxB/Khdd.FCClDhZVB;+=.]YVUBbY(2ZHkH');
define('AUTH_SALT', '5:,u`9|mqfLKEZfqR~f,lS)g~^R0u[8-||E(&ObIcW)LA|ptYBb}tU6Ukf0H$$kv');
define('SECURE_AUTH_SALT', 'C/BxTm-$!&hs|O%&Ur]#Jx{)3wY:euE}=.0T?Yw82O_GW74 CY(|w|xluV%_[vsp');
define('LOGGED_IN_SALT', 'AjS-yPN&ptlpRvgrezZfsg!v}Ub4x`%GlkEk,2*SE_l*cM<.(`tUT FfgUxl;Pgp');
define('NONCE_SALT', '!=uM78W0>nqa#,&^(K3dR|~uuBvJS?=Q+}V;hHq=)pEdynQek~%,Cy)S]vB!as/I');
/**#@-*/
/**
* 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_DEBUG_DISPLAY', false);
// define('WP_DEBUG_DISPLAY', false);
// define('WP_DEBUG_LOG', true);
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'vn.homeshow-vietnam.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define( 'FS_METHOD', 'ssh2'); //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';