File: //bin/~/7aa7c782d4644f43be3db1f2d78a2161/wordpress/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', 'product_7aa7c782d4644f43be3db1f2d78a2161' );
/** MySQL database username */
define( 'DB_USER', 'u_0089989ec9' );
/** MySQL database password */
define( 'DB_PASSWORD', '00d3d6ae648316cb' );
/** MySQL hostname */
define( 'DB_HOST', 'readyshipstg.cyhz6dayu7qh.ap-southeast-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', '7)q)R(^y$UZ&*DvzBZuSkP66(?UESO2(/!_rk(p;dJ/<N#-,Vy2jO/kQ[VUC9z*r' );
define( 'SECURE_AUTH_KEY', 'zuqYoSWv{eF({~X.fYChiFb]cGZI{%VYoch@:bdg|`[<lLmIo%p.q/>q#7~R,>2_' );
define( 'LOGGED_IN_KEY', '2s|6$mfF~o07OY*VxV#Wa`A DE>XwAsbUVN!6-GkVPD4U[]WfCg r[b{k:D5)Mz:' );
define( 'NONCE_KEY', 'v)Zh#L^p9;;;wD`/hg<d#ti%+eF^,wEy|Z7TA}(oEwPCnSadR4bF`J cgV%#l)~I' );
define( 'AUTH_SALT', 'fq)$h,<r0[(7Pn#NX$2C7@Uvvur#txMyd9>pQQ%%y.gzNavtyV|.Ck,R<hP#Y,qT' );
define( 'SECURE_AUTH_SALT', 'zJHY]%G]DdN?0]?9)c,nM(ZM E19Dxj+H-,_M)`;,oOs+BR5!R{`ar8t*N&w}P7&' );
define( 'LOGGED_IN_SALT', 'W R&k+@GmnSw|S+j%@*j1J9qCtYgJYqmZ}|alzFOE5j >tVBK*agd!Zxxm9rR!N,' );
define( 'NONCE_SALT', 'xU$vOMany[ACZe^,j/H|wY3uUFnQx !Zeznd,lk!#V%oY=m~5?Ync!M)mHhRP>Zp' );
define( 'WP_CACHE_KEY_SALT', 'RX=l?!B5NkyQJp[2M./S[g$4loJtbf7sPxz``/J.r&&2`k2]Fq(AWm~2&A]$jf-8' );
/**
* 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_';
$_SERVER['HTTPS'] = 'on';
ini_set( 'error_log', '~/7aa7c782d4644f43be3db1f2d78a2161/logs/php_logs/php_errors.log' );
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
/* 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';