HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/breadsecret.com/1
<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'breadsecret.com' );

/** MySQL database username */
define( 'DB_USER', 'breadsecret.com' );

/** MySQL database password */
define( 'DB_PASSWORD', '3#!Xj7f&5' );

/** MySQL 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',         'z]o-^:,yKpn;gyZ }M}GBVeOMuA@WkQWg(R~sN}9nCs9{1,+KN0L^#9$t<8RDSfw' );
define( 'SECURE_AUTH_KEY',  'q]Z)(BvNvRg]YS?e70|q1TlETI&~8Pty~{HFmy-x;rgn1[-/IE&BfcKD$-?j3>48' );
define( 'LOGGED_IN_KEY',    '0/XzA4r~5>jsXb@6C[1U& eFd@ARcHS~`Z#:q>S&|Gh1Sy)PZq<C=k<x(O-DE[w`' );
define( 'NONCE_KEY',        '^>dn3Y+y+*A0QdS7(Ztwz8pVkR6h|ej(0vun{IpK ssG8T94t/?hyR?pYY{Xq8/!' );
define( 'AUTH_SALT',        'K~#v!B}3C$i5j+Wq?+h&%]a3I8lUWkBgov}Z[4([2{lxI 0Nxntirg]>CZ1XY$;R' );
define( 'SECURE_AUTH_SALT', 'JE<]o~H8Y}L<u}1ogageqxAr:2{2{y1b)^4jYCp_O^=8%.|6BWS.BDLg3D-%o0`A' );
define( 'LOGGED_IN_SALT',   'LkmNNo^|O_!b=!97<+8ZlEE~.Dg>2|h;,kz-QPk;%LP$Ddi*c~B|rGispigKO`k%' );
define( 'NONCE_SALT',       'Jiygf{W$JH[ZM=1o)5:V5l_8x{igyj)xgj>K]9&5DUBXyg6pw@`hl*(?@|?ot&GF' );

/**#@-*/

/**
 * 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',  true );

/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

/* 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');