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/demo/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_vfive' );

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

/** 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',         '1*1}RSrJ&KFOD YnZO`ZX9g`TDK+]pg,)$`ctXE5)P<~6k@U4$r}44TR2;q(i~mt' );
define( 'SECURE_AUTH_KEY',  '~h|>_Q+t$W?:rRRi5RXEl0yJ-$!?4%%,3$0,Gg!/<;X,IH*?h$6yTQao#|A.Mk;o' );
define( 'LOGGED_IN_KEY',    'tj2$Fd`c:JAtr*X_13V=5ou(o@?rkJi t[W>gV,VQ%M{BCvK:5 [KB/%-vb[.ZR!' );
define( 'NONCE_KEY',        'QdY%;mi>^[wH}nuPr<t`(gV0!>SVWDJd_N,R1((=}My%c#yL3Yj7LQ``e;N]-O9y' );
define( 'AUTH_SALT',        '=]3g#%2nCG!k.xWIw%xA^!I1.B<z0iln{Yk]Stg~2?zGozWV7l3.nJWrPX;J,zKQ' );
define( 'SECURE_AUTH_SALT', 'LW,16#?5M [0{4!`&zFamJI2. :8mI v5#]svrAL}gBhz116m>-^H;[)u0QtwYKg' );
define( 'LOGGED_IN_SALT',   '=Ie!&hs],7o14:-K|^*c:6C=-IZ)An^ds/^09id@yD}S/YUXjm2F-OahI`BaAle[' );
define( 'NONCE_SALT',       'Hdvd&O/.Bkt:Vhem5 8>*s+o1}qK^ *6-fz^as@SXn:$#cto0c-]JL{hXEf(4|=q' );

/**#@-*/

/**
 * 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. */



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