HEX
Server: nginx/1.18.0
System: Linux ip-172-31-28-230 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.2.26
Disabled: NONE
Upload Files
File: /var/www/html/earthpayments.com/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 website, 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', 'imed_eps' );

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

/** Database password */
define( 'DB_PASSWORD', 'IMWordpress#@!123' );

/** 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',         'QZU@1FF7n(e[aN6 jNQZ0iJ74i*{}u4mHhb:8~c{X?i9:MDUw3s2a6[s_xj4kBf=' );
define( 'SECURE_AUTH_KEY',  '=F0dZ2Z3j:&>ZlJCp`GF8=VZs|tl*M2v2:FZ0jyny<4TZZdcBwL)@*|fhJEfFXM7' );
define( 'LOGGED_IN_KEY',    'hO&0}P?N+tlTNn0)0!0Pd$>U`.2]aV;6v.*g%Ho?`@UjEZ36;-sT28R;YYY:}KDT' );
define( 'NONCE_KEY',        '})H%xX=Jf0PGtv){>{q>[EC gA}O(T)VYr|R1msVQ#fin+Ik<y3>,z`f|w+4lh6T' );
define( 'AUTH_SALT',        'WVzi7{!c}(kCq^]UVPe8)2C;c7C:{Lhn<]?fo>3{15&6$Hc96Xu_LGa53?=uont[' );
define( 'SECURE_AUTH_SALT', 'D$W|R$Va998a Kr`0>=)h2=$i/VN*0gxldRB<PMr:C,ySVWGVX}HeXa7R$;>!|tM' );
define( 'LOGGED_IN_SALT',   '!#Jwl HjY3E=*g{C6)O8XbzzQ)ZAC=Dwdn{$oY^{ZtdsJ#YI9=Cw:]tIMY34DdWN' );
define( 'NONCE_SALT',       '@nq]u#q)kXNF*56`xPZTZj9lu2 F-H_6]KL8+`+hoNM!|e9#-s{XC<Z&cZh~`7Fh' );

/**#@-*/

/**
 * 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 );
define('FS_METHOD', 'direct');

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