HEX
Server: LiteSpeed
System: Linux sh-woe014 4.18.0-553.146.1.el8_10.x86_64 #1 SMP Tue Jul 21 03:06:01 EDT 2026 x86_64
User: museumof (2332)
PHP: 8.3.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/museumof/domains/homegoplus.com/private_html/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:
 *
 * * 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', 'museumof_wp_homegoplus_com' );

/** Database username */
define( 'DB_USER', 'museumof_wp_homegoplus_com' );

/** Database password */
define( 'DB_PASSWORD', 'SYLHnZFEgdC3Gh3E3ceb' );

/** Database hostname */
define( 'DB_HOST', 'localhost:/var/lib/mysql/mysql.sock' );

/** 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',          'TAP4o%JlKp/=hEXc&>N3b&PV+1}oQp PbHyfcl%3Qe#qm5ZrF>(,}5w^s7i}]8be' );
define( 'SECURE_AUTH_KEY',   'p`5*sk[~600KfuA>3@slE@}e~wUXiJ*T[u{t6]<ky8m9)K#wMA^.F`zm,s]Sk|Eg' );
define( 'LOGGED_IN_KEY',     'o{](R(;W=>GL2Xl/-#,QJKmoRIQ/KS%N5d+465t1eEOI.v3qR+sV,$TvPs/<Fx*K' );
define( 'NONCE_KEY',         'K:Bvn$TY]Fr:LU_dlc(pU@+r[y{xxDz?+az~_p>iO~@O~OnZdYPm4Oa0K2u&[w38' );
define( 'AUTH_SALT',         '18t:P]=sJrq#Xo:s$aU*>~vJv]1? 4|Q7Eu<G!||s5OQ-aw+&/wF&|)#//^m,SYQ' );
define( 'SECURE_AUTH_SALT',  '7{~e{eTWdeeTIi9ER<`N&XJkvBV<KZ)Ygx.>b=W>&fwwXV!jaA,LQE6`?Q|>|ud$' );
define( 'LOGGED_IN_SALT',    '(rBNkR84kAQRJv`O]vPEMX vh$kOph^<=3ba+EMA3TR9k8f}e#D:NSw3V;XpHG-@' );
define( 'NONCE_SALT',        'p5WI|68&i8WWHL%o[#7)nbAnIBIRN1A*G5n<vt_Cb8yk3mI:(gwSgmg7`rLbat/.' );
define( 'WP_CACHE_KEY_SALT', ' :#$CD<X!sU7??oK@)^o5g1uw5a+MN^Z)-]V$tjWO=_FXTky$xfmb<zYR1M]d3J{' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



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