File: /home/primrwxj/publicspeakinginfo.com/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'rBXZ9g5THL9q2rUS5AlLL6XViXJs5eemuGvY159n5Ma6y2wOy5vm5Pf9eHkUAQFi');
//END Really Simple Security key
define( 'WP_CACHE', true );
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
/**
* 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', 'primrwxj_wp714' );
/** MySQL database username */
define( 'DB_USER', 'primrwxj_wp714' );
/** MySQL database password */
define( 'DB_PASSWORD', ']C]1qSp8D6' );
/** 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', '' );
define('DISALLOW_FILE_EDIT', true);
/**#@+
* 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', ',]^ND}9M~,tK(iGOjDn/2QH8n?1]is_Qb,,-P`tNc1f0|Ob=ty3#.s<}S}#dI+pR');
define('SECURE_AUTH_KEY', 'W1oblQ.|1-X@!aYx|_-xPgL(xC5mbPzqBsM~s(dlbl+fHTkqk;O}n,V8`|`xy<|!');
define('LOGGED_IN_KEY', '_elK4-F[4Bh[S-u0mbA~hZBq$:!:X^u4:9(Em|ro}PUVPxIAkjHCg4/**&FkJ[[X');
define('NONCE_KEY', '{q^?}G|#_J*4T29%LqE7wH2M-Q7Wbp/DIg~=oE:vNMJ?m_(Nub@E](mP]Qc^2D^g');
define('AUTH_SALT', 'u^Wow2jh*o;WtN4 !@J(R&N/lw&5ACxIo|ao:W,bk:]$aPo3Fcg34$,ui&1~sBdU');
define('SECURE_AUTH_SALT', 'Hb%fp]3G|fmzCr|$_E+qXP)+aLf*Id05Ia#*!CE8aL>*ZLXXxP2rgF.HEi79ZiIw');
define('LOGGED_IN_SALT', 'k[hOKQ3wow4[@8YRiRQ2}X9i5e|3qjcy9%5*LLmf>||9V.I-x[C9_JTVA%Bt1=-V');
define('NONCE_SALT', 'ni}j-1Jm$nRh{!Qt[vE~hR(r|KhG.h@Oit=EN(-vas~(L=#pa@t{-JbN[T[0CjUq');
/**#@-*/
/**
* 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 = 'YOjDXMqA_';
/**
* 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 );
define('DISABLE_WP_CRON', true);
define( 'CONCATENATE_SCRIPTS', 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' );