HEX
Server: Apache
System: Linux mwt-uat001.smartserver247.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: spacei (1051)
PHP: 7.4.33
Disabled: passthru,shell_exec,system
Upload Files
File: /home/spacei/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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'spacei_uat' );

/** MySQL database username */
define( 'DB_USER', 'spacei_uat' );

/** MySQL database password */
define( 'DB_PASSWORD', 'uQl55[Kj!Z+Z' );

/** 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
 */
define( 'AUTH_KEY',         '{`(CuVGXF6G#345?we.MU)=c:~J$E O/n#&1[$<a[9 N^CPPnwjyQ|U}[obw0&!$' );
define( 'SECURE_AUTH_KEY',  'L<U>IuIsH`0|CNmQ!E;6>?`ChEUATnYc|s?ff;7Y]XG)`pZj}z+)k!2h&fnav5pg' );
define( 'LOGGED_IN_KEY',    'i9Q+~Ep01IX*N(mb;I#n..cyoBO,<f4tj0J3sL;C^gs=Z@]1c!0b<#Q7o/H_l9oT' );
define( 'NONCE_KEY',        'cQ_jxw#n/GZI}]x@1<Z={T:I1Oj)BJ7#w{TrkPwxu+h3L*!ocPwU=)q5N-)Tc@6)' );
define( 'AUTH_SALT',        '>s8^fctQTLQOM:j>RF0^ps)8fN&-v7X?!3#Z+R3Wq1|:JldC;.4|ZWurE<%7+X|L' );
define( 'SECURE_AUTH_SALT', '8zVOSdr|wiF uU!jQ#n&b(0iJaM.{o]4e&bn2d]+H6uDd%pt+tqpGxbK:Jz_#n59' );
define( 'LOGGED_IN_SALT',   'Vtz [lviW9`?%P5@Q_$=N0=C&mEll}eEy*`Vm8$caES,/F,lbrBi<C;nf-RM.l7_' );
define( 'NONCE_SALT',       '~/LH;l)7OOQ&?yfuw>O+R$l&|yxJo=&-&l-%q?OIVx`{1MbaBh(AZ]>+dfC3jDZE' );

/**#@-*/

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