HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/makefitmeserver/public_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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/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', 'makefitmeserver__fitme_vsix' );

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

/** Database password */
define( 'DB_PASSWORD', 'YI6qJR!4vP' );

/** Database 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
 */
define( 'AUTH_KEY',         '5y*8lAZFO%[2$vb-MFJ0,FA[i5[D.mcGeP^36PT_J9#}+ESwEfV%rBrH9q7;<xC!' );
define( 'SECURE_AUTH_KEY',  '_))UeBT&l6/QNSU-o14<78|MY@}+4mVI{92-FA8^=yl%.kGczzHJjh5],J4>z@LI' );
define( 'LOGGED_IN_KEY',    '8ETW4YG.Y^1}9!hw2oxf 9|@_Q xGX4*fXUZJfBH}M,R1V#]I+|82,_cE{P8H[(3' );
define( 'NONCE_KEY',        'B*$PtcMj>vTJsg)X3`:7csN*J@u:!K^4 Yjy|&7}_J?#JiTA9A22j|hK-Yv0l:(6' );
define( 'AUTH_SALT',        'vdf{3}gV.|_ jpkzO^m^=-q bs;e/)_B438M6&q:O$)`w(5,hMQP3[/Yd~F>,/.h' );
define( 'SECURE_AUTH_SALT', 'Pv<HWHU`7]_UPa)^O/M{G*JIp ABl)-n2H,[o5hn),<.d0uC)fpJ.K@N2QUxcD@:' );
define( 'LOGGED_IN_SALT',   '<j*0?lx[Eru0DW?])r.(=H#@Zj98Y-j;]WE-Ze]XMn^dG4$C?=ew#}gvhWg&SF$Z' );
define( 'NONCE_SALT',       '>BQPV=Ca+sQ|/Wkr3JLN/L[k^jL-q*WDXbIb&-.dNh~= M6DXF$7!B8J9RUBsvY?' );

/**#@-*/

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

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', FALSE );

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


define( 'WP_MEMORY_LIMIT', '1024M' );


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