File: /var/www/html/www.winghung.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 web site, 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/support/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', 'test.winghung.com' );
/** Database username */
define( 'DB_USER', 'test.winghung.com' );
/** Database password */
define( 'DB_PASSWORD', 'q2)B7$GA7tb8' );
/** Database hostname */
define( 'DB_HOST', 'rm-3nsp08e0a25kj2jh3.mysql.rds.aliyuncs.com' );
/** 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', 't:6y$XVyx3KNR7G]?Q(~#=?aacH]p9dfJ?||WF^_~26XBN7&& K?hf`#9_,Zo{ F' );
define( 'SECURE_AUTH_KEY', 'U?_S_-(9sKtrx9nWf>ZLWR!phJ`hnHX?%QUb!;JQ&,D&w-op9r2& F}_!W1XYoj2' );
define( 'LOGGED_IN_KEY', '1B2fI3R>QpdbjEC_#u.f`L7.!Iv9{7b]`e,CzV|I[hGO,g${5Kq|A#Jcv9}w69-R' );
define( 'NONCE_KEY', 'x4o:MO|4PkELsMfc Sc^.|68N`&#>)}Zo}b+k<^2},|B*wA(8lJ2/*US;:T4aP/U' );
define( 'AUTH_SALT', '7:$XeB+fq(Y9iVD<j|tY=FD0QuEc$~OsGsY)8C&OVd9Bym_~qD9y]i-7}g **, }' );
define( 'SECURE_AUTH_SALT', 'CQkZ[/!R.Ly+;g]mn1T.6ef_.z<6d*:gv37>R%CJ%/5%_ePRw@E`hhy,1eOsIn{O' );
define( 'LOGGED_IN_SALT', 'ome&-0$p-bMd1^b:|AWs,U8t$dDhi2hB)sQe8I*isxJnAjaz@@)hUpJORQr/CcW8' );
define( 'NONCE_SALT', '@`)VL%4~QN5;ytIjM}2~j`9:R2#/S8G^Fou-0q{M!xbi(]b.u+G3ubYIO:IH#N9]' );
/**#@-*/
/**
* 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/support/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';
define('FS_METHOD','direct');