HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/delstar/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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

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

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

/** Database password */
define( 'DB_PASSWORD', 'Leg@cy60ck5' );

/** Database hostname */
define( 'DB_HOST', '192.168.1.224' );

/** 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',         'HJx2{+:K(5N->6+5yN/<Vp-a(ty+@z bY*6te|%,^9`TZy:~n(s(Z50I5)g!q49N' );
define( 'SECURE_AUTH_KEY',  'h-Md@CPx&}TzL,!JtxsOy@Hf/(MQYn@?Q]o2p9Fw^02TvQBmXP?E`E{z%.A`.Y;r' );
define( 'LOGGED_IN_KEY',    '@`f%o+H[N*r]HP6w+l-anI>8?NWa (;)?RHs}dKD<z,,W]?#aD{v`scdrEh?2Q1h' );
define( 'NONCE_KEY',        '`xe7V~W*4.w*55<d<9Y}Jw|lB7TGtvh1Hw?PnWJLa4C=ex_PB5m Q@q]hNW9LJfr' );
define( 'AUTH_SALT',        '=+48OHvVvl$wP=7W7#lfl;c4XAK-jgs+TE#fW;&A-OF8U+zmQF/c8#RF.vM*?bPH' );
define( 'SECURE_AUTH_SALT', '3Pom*dNwy5wGuu(p_Vd x0e#<ke4qh}hf@5psHnt&2J>)FV5^6S.`2O*%FfFacY1' );
define( 'LOGGED_IN_SALT',   ';M4/AHH:e{P<oh{^gqcHEot]&Y 6=+6.Nm4*F^aCot2]raw-cytdA16iX1mP-0M}' );
define( 'NONCE_SALT',       '9Re#t;XgkWU9q.>?{0C#NYrDjz^&:/_A0/TbUO}*2Mig`%f?S6EL7n+J#?c+9dlt' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', true );
define('WP_DEBUG_LOG', true);  // Logs errors to wp-content/debug.log
define('WP_DEBUG_DISPLAY', false); // Prevents errors from displaying on the site

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