File: //home/inqua407/intemnhanhieu.com/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 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', 'inqua407_intem' );
/** Database username */
define( 'DB_USER', 'inqua407_intem' );
/** Database password */
define( 'DB_PASSWORD', 'Thanhtrong@240988' );
/** 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', 'Fd7q4-j/#ep-P&?Mmf29/YPyWsof*FUC)P[BV{`nrf$+rkm6%V$xDZU;pH;n<;9b' );
define( 'SECURE_AUTH_KEY', 'rc!jaB;+~zR[6unsGHOaz[pbl(DL?!Z#W]-V7X8_0/,|}7nPwr$2dja62xj?>zaM' );
define( 'LOGGED_IN_KEY', 'As8RNm(v:ut(dy7Yesdowf_Vg=W9xOLD^iC-iU~F^/}+/@IOUL?W^J`V**BnBAmY' );
define( 'NONCE_KEY', 'Z}5+Oq<Pr0u2Q+( kY[s8]MnXYc$!h]u}}#<R_dF,N96Q~#tng;S:Z3KykJZJ.1P' );
define( 'AUTH_SALT', ',>VOJu?G0(q;Dd`5)}m>i<7$/w7!/]+x9Y#]Aw:]Ohu% B~Jd3`csg9#:sAt)d3_' );
define( 'SECURE_AUTH_SALT', 'cH}TJ!Zc0d}Z@pt]s:jtHR5JKj%u/o:wqYLdOky-sAj+2L8uU5N0WjG)q7$%t kE' );
define( 'LOGGED_IN_SALT', 'fLHie~u9gp;3_*y<H##P3E?;UNs;k`$Z;qO5$k@I9}?u%sg2)!i<(rZ71BJ$r<~f' );
define( 'NONCE_SALT', 'I],j3s8 !#-8_Ud5HI}dkKgPo*nQZNOn.1p^Kv0&zo]qnSj0lk5BJ^fC3asX}A`a' );
/**#@-*/
/**
* 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 );
/* 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';