HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /var/www/unbox/uc-stage/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', 'uc_staging' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'ucstage@box' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         'Y-alhK}|:@K;^&@i>]P (%xMwTAj;kfq/L$wRY_;-E, Ta-E77 I]2fsun{Iodl{');
define('SECURE_AUTH_KEY',  'O3RXS)yVN|=|:^4uXfWJ)ESyhLtb bp=$bnh]Y 9$z6/Fx=V0sR/$Qu/97+D=%Id');
define('LOGGED_IN_KEY',    'P-5Kq3$wXGF%B|](p}~8Pju~_Zh+v%zX76N`a |CfeEZ&D9A7x/)z+q0TJ3Ej?jr');
define('NONCE_KEY',        '#gh~3V/;U8K6I+tEr5B-=.wCZLWnNZf+yicNe/2i&J72IKiG#XK#drgZMy+:M&A}');
define('AUTH_SALT',        '`ZI)5+hUUMHp.;nQT{a&jFViO*nM]#>mNG=?uJg#|NBpof2Z@B,P;=Y1VH[]1-rI');
define('SECURE_AUTH_SALT', 'R-]{nX#4[xL1Q,Nv@;,yrKHwT]{z:c4)9IUG:7V8vwbI^wgzsbYSh$qs-.L|4.gH');
define('LOGGED_IN_SALT',   'XO|~0*H@B~U+?9vZ@;T~I!EifM$+PInfhux||ljuI&-5#E*0-N*C}2S3;>F3Clt>');
define('NONCE_SALT',       ' L(DlX;7|E@fH0#RR{dmnn+J^ZO%>f$ld`fUDokC(bn6-ktHn?f$AE=5b|/4@-rC');

/**#@-*/

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

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