File: //proc/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:
*
* * 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', 'usefuloffices_org' );
/** MySQL database username */
define( 'DB_USER', 'usefuloffices' );
/** MySQL database password */
define( 'DB_PASSWORD', '48LMF25id5JaYsyI' );
/** MySQL hostname */
define( 'DB_HOST', 'mederic-enhanced.cgccupwqow8s.us-west-2.rds.amazonaws.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', '@>f3m(}~Xa,/N*#|ys]:tV&6$z^KG~Q2Q{+2JsB40]1i0YR{Wo;b5)t]X tb)Udv' );
define( 'SECURE_AUTH_KEY', '<P7k]}}APeC:4I]9:;j_-smW;x0+cF)zao{G%I0sn3fUB.qr p! 7(p+p75ohbR3' );
define( 'LOGGED_IN_KEY', '^tYI![$Oi_[8vtx0dsH*sOWW=-Z>6$2R^S~;j@x$p9^^Mi1>,mf3m#Xj7|Q#9k&L' );
define( 'NONCE_KEY', '0%7$udTko{WgN{#E .5=d4W-)b<!<@>MLq<mvNMB#1h[~Zpi{.=e>^{K`<UaUq(y' );
define( 'AUTH_SALT', '<$NkI9^92$){)V Z(tUd,n@M$qZ]?c25/h%qN~LgF}l.mSg))K5=L{H/Vk^xq+c,' );
define( 'SECURE_AUTH_SALT', 'd+6f}SLyfYr86)H*YQZN~V$+RrhpbIV?h$H&%&L^bXkmA~G-0n@|ZWY#4DmTA{ W' );
define( 'LOGGED_IN_SALT', '1#pUJE3/iG!XTHpw~9HNs`W1}oG8DdQOD#CERC=T@y0CI=ZJBj~3Kw^]9<cDJ3Qd' );
define( 'NONCE_SALT', '$q2 xE.Ry}bA^Z|=OLO7*S<,H`=1Kj1^Q_Ct3^c*O|1{;Qm`ZiRQf1b,A`lvcUM*' );
/**#@-*/
define('FS_METHOD', 'direct');
/**
* 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 );
// ini_set('display_errors','Off');
// ini_set('error_reporting', E_ALL );
// define('WP_DEBUG', false);
// define('WP_DEBUG_DISPLAY', false);
/* That's all, stop editing! Happy publishing. */
/** 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' );