File: /home/user4/domains/sotongdai-b.online/public_html/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://wordpress.org/documentation/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'user4_sotongdai-b' );
/** Database username */
define( 'DB_USER', 'user4_sotongdai-b' );
/** Database password */
define( 'DB_PASSWORD', '123456aA' );
/** 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', '}ZR2{=!ct)UP({AIiRMQ#[WceRK|dj;dx{}A3~V>OQ)T7C}{ pnpaX3D+t5#k!=b' );
define( 'SECURE_AUTH_KEY', 'EjItM!f-f!rs1]+ !68$%*x0?q)lb4<+Qo&9`9=t_j&A9y[&;y,~(L7aZ_9o^1{z' );
define( 'LOGGED_IN_KEY', 'rem.~;e[|n!j><{F p~))gCjn[!0F+v+ y^MJ=)$4E!R6}dt;xb&QlO0(EChd5h_' );
define( 'NONCE_KEY', 'i}>}VXgimFrh}yN_$(kDQH6,H[lH!X/ki%s^Hk[|5gAhJJfr$x`{AB3ZwA.*q=5t' );
define( 'AUTH_SALT', 'QP(+RwKgqj&%<{!m6O|6EL7,pT~CdUd_`HpfxicjFMM?xU{O1q)~Urx?4zxMO<En' );
define( 'SECURE_AUTH_SALT', '2=O%-5Y$L~lUjZBBt`{zlgNJP#:QPl}Z%(-4@Epq^.8;lF_6[CRyAhY.{W}qi(L}' );
define( 'LOGGED_IN_SALT', ',kkU$)p-w)vzRfA)nYUK`UsG}NK h].^3&]Iag;EJ03VSv|-%Ei:4%?Rb;)&/G2M' );
define( 'NONCE_SALT', '-t620dv2r85`ybs!ukez(lb$/D8mVh`ld Wq)b/C!(KHlf1QShlhZ=OWYojT<@Xz' );
/**#@-*/
/**
* 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 = '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://wordpress.org/documentation/article/debugging-in-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';