File: //proc/self/cwd/site/wp-config.php
<?php
define('WP_CACHE', true);
/**
* 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://codex.wordpress.org/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', 'contexpert_db2');
/** MySQL database username */
define('DB_USER', 'contexpert_db2');
/** MySQL database password */
define('DB_PASSWORD', '_e+xk~l&65!(');
/** MySQL 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', 'x$#5P3sQ<#o~Hel_LC@,1V`YE/ZtiT^&bs~6pdcMnMfU;HxN2_Vs0?W<vSx@]6+w');
define('SECURE_AUTH_KEY', '54|h4-Aw}rh=7Q[~jAPAtYskVvkUYAT|(g{+x7#-e!G$B=3OKP~c%AV=hz8&<@4i');
define('LOGGED_IN_KEY', '?5fPL=O8z?~g+fKR`F]py[&hKYffgqW5~bmimL_OJvsEn$eL=HO@%J=P3`diT`q6');
define('NONCE_KEY', '!++k<f&F0p#-uagl}+,}/W(`;3ydvS:#- 9//9e@f(s#7H5KaV6=vv_Lg}eWyo3c');
define('AUTH_SALT', 'zkRhXeHzAD2B?s<o2nN6Me9L7 Va;$KK(U6>`Q%R<9UbX9 !Y|$r9Xiv$ry5QbG:');
define('SECURE_AUTH_SALT', '=8+73P(230 e}2ox0a:-EaO#/&<b]EzXr=0*mfm-3KcT?Me>vlV]_f~K!za2uCln');
define('LOGGED_IN_SALT', 'Z`S!c,rcMXsyn42H7goOW7vom{HR:*l[33{:8/K{N26iXO+hMLavC8wB=wa6C+;Q');
define('NONCE_SALT', '|XU>L/7R&@WDPP3]5;|!q KXY-C3,We&^,v:tz(IiLw1K{^VI#&90ZYOme~Kiq|m');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');