<?php
//Begin Really Simple Security 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 Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'CpUQnhgvjMRLzB4TYiiyfG8fSuIpPGOY5WpTSVINBsMJYxVuIceUrfKK7fKU7A4b');
//END Really Simple Security key
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'nwsccom_wp_lqp6s' );
/** Database username */
define( 'DB_USER', 'nwsccom_wp_hbcod' );
/** Database password */
define( 'DB_PASSWORD', 'Q47XsOqc_$8Y_hIf' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '8d9RC54WEYnQ7T5~9Q95AWUK](9:uE5msq~3R;:3t-(C9#8/#98!8;0aB&i+UJ*z');
define('SECURE_AUTH_KEY', '18&5&v34K1tR:[RycAuX~[rhc4qxE3]vGVz00|S!poqEm3;d6;#c6)zMrG9D1E&!');
define('LOGGED_IN_KEY', '97851;|%w/EMBE71m5u76mpNz1aaCznD!/e;f8j:k9UF|k0rpEwiz[4V6~XQmgXb');
define('NONCE_KEY', 'th5y[k6ce_)90jY2j1W|%/W9aVz@1R7V;5j792[N~n4Vb1&~~dOO83i/~&!T6hv3');
define('AUTH_SALT', '@4z;q1rjtc!G47Qi|P~DM#CPU:E9L!au]5pDZ030y;6D]8)fW3YE/caw&Hr%#suR');
define('SECURE_AUTH_SALT', '9g*)6-K3+j@Ze12jnv|*3%5%rYm%T_l3Z0XYNl3|2dxe9V(@eD;/PyUA3Ev7|FB8');
define('LOGGED_IN_SALT', 'r+G72[)tB9q6~o|1&8%h+KfxzuQTKk9#@I_n(kBGWdF4-/-17)+*d3d]3XmBN82d');
define('NONCE_SALT', 'D@z49/77Ab;42_TS#_M11*)75r:xu&Aq7A|!ILPV#[lavvJi80VgWjOs%v101s/0');
/**#@-*/
/**
* 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 = 'XZYk9_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';