HEX
Server: Apache
System: Linux 4801F1B1.ptr.provps.com 6.16.7-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 11 13:27:45 EDT 2025 x86_64
User: nassaugo (1001)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/nassaugo/public_html/wp-config.php
<?php
define( 'WP_CACHE', true ); // 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_wp2' );
/** MySQL database username */
define( 'DB_USER', 'nassaugo_wp2' );
/** MySQL database password */
define( 'DB_PASSWORD', 'pUuWFKJ0aMt9' );
/** 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', '');
/**
 * 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',         'N>>Vl};h^qoktWZNz9|Hwbui$!b;q$(gT2RzZquA/@ua|sl 90dTlAuMq-*zn:^t');
define('SECURE_AUTH_KEY',  '5c/Mdxnr5r156?+0|}LF-ZZvJc2)&R%ijNX,>kyy1&?o3qqyt|VT+(rkU/H<]Q]-');
define('LOGGED_IN_KEY',    'I?~Feu-B|Dr|][i{#r4bwP~1w^yK}mO X3DdG]a9SO6}Y+*xu-`-reD6{2`?1*mC');
define('NONCE_KEY',        'ZqFCpT]Oa&>t3~p,4+a]r[$`|EN$.]6~g%m+oR2x9J=GV^D$uCo|cC=e[olub6N#');
define('AUTH_SALT',        'IL^hYzvcm2_fMu:Y+m}BzM+t)geD?-4iWzFGG44L$vS2>J)UdiNo-A-}_zliN<kc');
define('SECURE_AUTH_SALT', 'Ms2U#!8gi?][g1sNc-w!87rbla-YD?d2aA|e-u?1&s0Fa93nkd7O~qYD~qH@G]|`');
define('LOGGED_IN_SALT',   '^lP>nJHz5*k6x&|OaVey:pfP,_2_+!]AhPH=MlL?*Zmqe%c=]H:N(F^%um+}D^2v');
define('NONCE_SALT',       ']%GR4FEs%64Lsq/{!E?_JRS]NV`w_cVSEgcJ^+KG-E(FwV fZ0z75=Z8.cbj(pl5');
/**
 * 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');

/* 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';