File: /home/nassaugo/public_html/staging.nassaugolf.com/staging/wp-config.php
<?php
define( 'WP_CACHE', false ); // Added by WP Rocket
/**
* 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 ** //
/** The name of the database for WordPress */
define('DB_NAME', 'nassaugo_wp_rcllx');
/** MySQL database username */
define('DB_USER', 'nassaugo_wp_qgraj');
/** MySQL database password */
define('DB_PASSWORD', 'u#5AtHFVO~gD2e4K');
/** MySQL hostname */
define('DB_HOST', 'localhost:3306');
/** 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
*/
/** If you want to add secret keys back in wp-config.php, get new ones at https://api.wordpress.org/secret-key/1.1/salt, then delete this file. */
define('AUTH_KEY', '1Y9_HR(+-LT6ocN@44H~PeNg-5b2pN6+X[o@h3qj[pfN&526X+6e[@bZ(51O+4*H');
define('SECURE_AUTH_KEY', '2D8o#_-R6oe[6lbUbQ#4zVD9pT~|-#B29&~eNTQJHMD-6w30*xox|A0hd]cUSs7E');
define('LOGGED_IN_KEY', 'xIX|M!kkd54MH%6;;c57bWCe|1ZK~Pr)e-H~6/I12#/IdK;x-s@6j29y75y48F4Z');
define('NONCE_KEY', 'u7BV+5pV939&vBM)A%h;56E!|)NjWdX0Edi/NQQw+W7sn9555RmZr32cTrhbBvR5');
define('AUTH_SALT', 'xz22*v5f]5U3NQFY38vQgt)@(Tw%O[np1Lsoz3736:-zZ[S0~P]Cq#JO)0F1/1-J');
define('SECURE_AUTH_SALT', 'n55(|jU#55jAoeh3SICsL~tuejjx6];]M24)9Oit(Mj4[|6t90-7s1-Y2f:!81zv');
define('LOGGED_IN_SALT', '|2Z9H#M262s*r#guU5W;FO~/KqEl/B3yOhyvD:285l(@f(0hnk:Z_Gxso:2cnil6');
define('NONCE_SALT', '8&E4]:~+-83aS27yV%5NoL/&#WEn69pGv66yu~QR:#5%K56F|wjpvʮxU~)Ts');
/**
* 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 = 'sswp_';
define( 'WP_DEBUG', false );
@ini_set('upload_max_filesize', '32M');
//@ini_set('post_max_size', '32M');
@ini_set('memory_limit', '128M');
define( 'WP_CACHE_KEY_SALT', 'ee6567c06d45cefa56725c422e949567' );
/* 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';