HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-config.php
<?php

define('FS_METHOD', 'direct');

/**
 * The base configuration for WordPress
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
 * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('WP_CACHE', true); //Added by WP-Cache Manager
define('DB_NAME', 'wp_myworldnew');

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

/** MySQL database password */
define('DB_PASSWORD', 'SnowGeese123%');

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

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

$_SERVER['HTTPS'] = 'on';
define('FORCE_SSL_LOGIN', true);
define('FORCE_SSL_ADMIN', true);

/**#@+
 * 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',         'hW99/4Yd6bAz8ym0zAI=8-$.|o~Zp912hqHH~NmW]ex^k=e`S|P s<hA%ZPA ceq' );
define( 'SECURE_AUTH_KEY',  '#fZ@a;{-{T_4|(6ct3x%0)iNtq;Ff~mANVk% S93e{gXM_AF`W2/ |^)G`=GuVV)' );
define( 'LOGGED_IN_KEY',    'a62.G`k>ltL34q:MSN:oQk:0M1u`JrJ^mTT55!QLx`aZo[P+jWB0@.]8EbKMiB>-' );
define( 'NONCE_KEY',        'Z~mQrSxw#cLw(h}:Gcoh8} 1NqJ11YQh[RzSF0bRI.h;C{J=&Ax,B$RjF;xM.e~%' );
define( 'AUTH_SALT',        '0%}Rv!fQ{I=%ndg`liKylF5Vsc7mFNiZ--9[zk)-4ea.G?={qKqrS^Zm<j7UF-gR' );
define( 'SECURE_AUTH_SALT', 's3T57n N$WYv =#y[VQz~l63Uu+V<Pd2@7hskv+GF=xK@z5O$/8m1(iJQ<@khxPo' );
define( 'LOGGED_IN_SALT',   '3AqpWxPp$IROlNE?@Z7hy1j:)w]L` +8y]F`[<Nbd-SNm&d4G5Y;p.uL#%[4c24#' );
define( 'NONCE_SALT',       'jx;(W38@QIx v&)>tZ%KPSjMF%.>-:5+TT^[nw)}n.P^=kE?uV.t%^EWoyybikEC' );

/**#@-*/

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