File: //proc/thread-self/cwd/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', 'rasapedi_wp_bo3va' );
/** Database username */
define( 'DB_USER', 'rasapedi_wp_0ii7z' );
/** Database password */
define( 'DB_PASSWORD', 'efU?5kt1kw0bB*4*' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '+%b7:8Ie:[D69-iG/x&q4;@L8g@M*T80AIf*w2&bie;H5e/sT/+/N@A889xVF479');
define('SECURE_AUTH_KEY', '@9rYJ-NSwD#P4Gu~sU_(MePB&e)*L*MC4/%CIk1C3A3L:b%4i34D1VoHxU9J%H3a');
define('LOGGED_IN_KEY', '5Ei9|6p9B/k6T7[&t99R;Kra42Ig:ZHWhPwSs:3t+xa1cx7Z&N[~F7YhmnN;LJa(');
define('NONCE_KEY', 'EA2!&2|11~y;5sczZyJ42dVx0p2W!h%]5/G4P5Df58z66D;cd!!Ak6zul3v27CQR');
define('AUTH_SALT', 'T3MN78Yz6Y5~4Ko6TdCh]4v8#bzS3v!:!73a#1&CNx1vI/!z:y+7Du9ThWAvp#;z');
define('SECURE_AUTH_SALT', 'UAR115i5LvsQz@6[pgXM7@]9]*(31)X9Y-X8A2524&BqSY9PsBrO3-#cC@rq:8Hk');
define('LOGGED_IN_SALT', 'J:Ny&w00o]z4B|_h::DwHnB3S&#mH!]0GWG++@@@PB;H[4b+%09)02%1Hm!u6Z)s');
define('NONCE_SALT', 'OG-E1[Mei5BXJXW#0Xc[G]R1YWuC%:-]X4-;Dd-+%_w%g:r+~Z(Az1B(A-G8T0[(');
/**#@-*/
/**
* 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 = '8aRsxPSQ_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';