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/shootinschool/wp-config.php
<?php
define( 'WP_CACHE', false ); // By Speed Optimizer by SiteGround

/**
 * 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://codex.wordpress.org/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', 'elsiegru_shootin');

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

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

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

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

define('FS_METHOD','direct');
/**#@+
 * 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', 'qG%P~hlE6tHmzaJVgt&}Mcu~6)R9(D$D!x!}s06|G,ZMc{E%}?y&+v{rWzbgU9v8' );
define( 'SECURE_AUTH_KEY', ':IeVFM BoWZtiJRSHqHP H#7N=7)<wgiq$6?5(()Tk=JlxRbDDN!o*e%.EUz[P`A' );
define( 'LOGGED_IN_KEY', 'OpZRxooGNUjrW)B3iLU=%Y1*GfgZcPBB*lo~pch,8pqTSV(]A`:3]?*gSTuu@^G]' );
define( 'NONCE_KEY', '?eSdj.J}UGZ_fZp)2)JPYI9am(6u&yAa4,sa5<`89B1(&;yq8}:aJ(r(+b<*z%2@' );
define( 'AUTH_SALT', 'b&MYjd1!bhJF<.u@ pkAg7:eT UtSg5!5q`|y*y&QD;%(I@8=_y:?OPxqoj j/__' );
define( 'SECURE_AUTH_SALT', '5@(Y[eJXHqVoC.Vcy-|PU)J-L}s+iRrq/dpaj;@V|+v2k55m%}EE.$pq~,(`cGS3' );
define( 'LOGGED_IN_SALT', '[M,<`@zR?]Z4XdKy%TsJlSNLT`_L>*<JL%Jx`)@d?Ob@&Pnv~n|d))qWzVgr8nE$' );
define( 'NONCE_SALT', 'PC&iRlAG$*}y:S}/+pDt!jCJqL9+Y;y!4/78BYe9J:Ktiy4za&3FGp:QfM,y@ s@' );

/**#@-*/

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

define('WP_MEMORY_LIMIT', '512M');


/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
// Enable WP_DEBUG mode
define( 'WP_DEBUG', false );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', false );

// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', false );

/* That's all, stop editing! Happy publishing. */
define('WP_HOME', 'https://shootinschool.spericorn.com');
define('WP_SITEURL', 'https://shootinschool.spericorn.com');

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once( ABSPATH . 'wp-settings.php' );

define('JWT_AUTH_SECRET_KEY', 'k2C,Z&->4!$_XZH qB !j=8z9W5lq5+;#IP5GC6zCB|;HmWcdIo?fP <%H<0I.{]');
define('JWT_AUTH_CORS_ENABLE', true);