File: //proc/thread-self/root/proc/1/cwd/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 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
* * Localized language
* * 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', 'theyoung2_vBYQ' );
/** Database username */
define( 'DB_USER', 'theyoung2_0rpb' );
/** Database password */
define( 'DB_PASSWORD', 'irgDQ3YO1dfgyYQwzVoyqlSlngvndVAt' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', 'aT>xwz]s6jqF1yq^>9-V[K0H9V:EXai1,M*=R4!4d}Sr^c4BF9-YZu;fe[)/T) .' );
define( 'SECURE_AUTH_KEY', 'ODS5,H#Lt(Zx-FA[{[o|8OV*Hyfm}r=h1FrR;4~V)wG(1~%Mw}@a8_O>t$f#cq[k' );
define( 'LOGGED_IN_KEY', '20q,ABZQ~DQk60Y_5gSjuIY,k-o{|bXqyHjdq?I%l4Q4`bhaJHzs:ljx>/og2IAR' );
define( 'NONCE_KEY', '@nM*7^4jR>Rmfnp^h_a1XZyY~K#%f`),r)@cPx[SrnjQYl%ymq]mU&Yi RoLz:(F' );
define( 'AUTH_SALT', '.3E`)L2 8Hem,#T5MPdu2WQaaKn3 @Bo@+u*2rdV: i$SUcWw.C(xbev)!@[8KQ-' );
define( 'SECURE_AUTH_SALT', 'B)HG4+TOlS)fkAwG>;K}w>X@UtJ6SkqAOQx(g?6jd@6!14W~9Bj0L{EXrE[Je|R@' );
define( 'LOGGED_IN_SALT', '4n>HMU~Yuw}LP@*D%zAI)PtAX=Ja.N;o.- zj.+3[PP6HUZDo<i2LziFcxfJtxEa' );
define( 'NONCE_SALT', 'qa<^Vd%;)MA;`zjn;_BZA)(!bSXf/:GkLj`;wu2rNgP]4474/Fa1v0e}/!L!/f2r' );
define( 'WP_CACHE_KEY_SALT', 'tDi{lh42cX3N9MP9Oa< ^k<5#TD`QCGNxb}:YHa/.lOFVoGh+9)THa#4t8roo21;' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'DISABLE_WP_CRON', 'true' );
/* 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';