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/santabrigade/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', 'santabrigade' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'santab$2021#E2E' );

/** MySQL hostname */
define( 'DB_HOST', 'eclaranewrds.cervmpd5wufr.ap-south-1.rds.amazonaws.com' );

/** 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',         '0?@6Ehf>@;1o&`|seK2qpLEQwf?JY=s@Mu&t|d)$uGPkCV<2$pW3)3fu($KN1VER' );
define( 'SECURE_AUTH_KEY',  'T-!j&Jf^Q[du/6OuU_S_B4<P9h4rH8#DQ?Je2W3 PF+}4YpX]Kjk7Qu)W~b}/]5C' );
define( 'LOGGED_IN_KEY',    '9jr.F,~}e++`R1J,d9qOt1->l`Xr;i)%g%8}xK,T|2:Cr?1Z=~tSH+2[kZe!(S*+' );
define( 'NONCE_KEY',        '%hXG{MZ|d56v.PlZBGMEEiv3G2)C?/]i,7wFB/1art:8O@I8]idvQM|*sN8O*8yk' );
define( 'AUTH_SALT',        'MT9+U+swE>Kk#bh>mx.a}$#|s03)[}p+NkCtO.sOEdRrM+0rWgwUA-H<jMac:?j@' );
define( 'SECURE_AUTH_SALT', '~mDyBAE{Ot$Jm]FX{V0lYbc!Cx{T|XTii.&?.r|{>=l.t${ZP48}KWg?KdhtWGl~' );
define( 'LOGGED_IN_SALT',   'NJunIl]:By?OA.-pU`)epvo*QkV|}nen[PbvQZ+CX>.Yrf&h2*zfg^qhXwzVc)Z{' );
define( 'NONCE_SALT',       'DF<2;Oj]G]~QXd|m;L&>:R=Y*Q?jc.B;.cPoxh]aSTQq7>Z&$>*M$`yyM.I@R3ZH' );

/**#@-*/

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

define('FS_METHOD','direct');

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

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