File: /home/user4/domains/sotongdai-c.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-c' );
/** Database username */
define( 'DB_USER', 'user4_sotongdai-c' );
/** 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', '2Gr)aY]<6uGPqC2q[!6R}!+[R[?w=V0&(2!?>(L6e%hBPoD4:+<m6]W<=r2~sLAd' );
define( 'SECURE_AUTH_KEY', '6+s]{|48+{ZwJD!I4EYS].d$f#$?9js|XG7MA?:ZjT1&b] Etcq7PD%[+/=4?x+~' );
define( 'LOGGED_IN_KEY', 'bwhF:JYQ[4=JlDHXA=)QR~J9_XfZc%A8)G(~P[hn5?m2U~OslUP.*H<F/)J4M&;j' );
define( 'NONCE_KEY', 'UA#.39l#SC@%gV/J?$E{amj5Q`;5Qq+KiI-Tz>R4|G<<b8UZ>5GMCzMDV{T*PxFN' );
define( 'AUTH_SALT', '-NKrT2d{}$`CoLBCK6/88HK$u$J?T|o-($]|Et/y9_oTW1d9LMUB],%_C1W&e{c8' );
define( 'SECURE_AUTH_SALT', '}B+)Hk?SdC^f7[-:y!8ma:gTw|rKULfsGE;*~]q3VL]E{%-=cUPT6St$4`5^#DJH' );
define( 'LOGGED_IN_SALT', 'd9~A4EVDHd@R5LNV8xd)Z7fhG?{<8t1Nbqy8wRs: ]kSW?E;i8<nb)qn:EG&:&H>' );
define( 'NONCE_SALT', '!N$wjVr9=$!qFl3l(rpK[N.:^9Yk]7Mu-*bD.rsA:oWL6!iInY_LbX!;,N;M+GL9' );
/**#@-*/
/**
* 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';