HEX
Server: Apache/2.4.48 (Unix) OpenSSL/1.0.2k-fips
System: Linux server.outdosystem.in 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64
User: ezllouau (1194)
PHP: 7.4.21
Disabled: NONE
Upload Files
File: //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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

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

/** Database password */
define( 'DB_PASSWORD', '{mfP@#@3WSq' );

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

/** 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',         '#*xEsfOWv<Ur}(KF?bjau``Y0;7ne|tEBA6y]hD*6zH)uF8K<5u`ulwOw:IU.[3>' );
define( 'SECURE_AUTH_KEY',  'Kq%*_:}h+}h#I|3`?:wW|F~~E%[=ksC1fm5dm@`!+8tS%_MH~p^UH NP{b%s77s&' );
define( 'LOGGED_IN_KEY',    'A;|`3b>dbtd(O/kR|Orb)x4CDJqbU2>XAVy`CpV3|oxTOJE&Y8C[g}8l{=)oV`Tj' );
define( 'NONCE_KEY',        'kid[8_w9uWZvCf%2ZZ!V1]`TOGdEN&|?h#z7-=g/g0d/$M);1vRz<an)mO,v3%,-' );
define( 'AUTH_SALT',        '[V9$0o^#4KIMmMJ0o)d*9?ANMrXCg,Qi(ijV5wI^?<bixttn~J{q)r;*l+MVXkzR' );
define( 'SECURE_AUTH_SALT', '&x/tq1~|^|$v1ja(G8d~f*OupM?Id|oBL_=jI~y3NO/2CTpx4Ar.Ydvs[@3n(#B(' );
define( 'LOGGED_IN_SALT',   '`03byy+HufqV+PLV}xuuI}{?QJ2Jl7Ho90G!0lO`sC:[de1Vj[u^4mtldh>kVyWP' );
define( 'NONCE_SALT',       '-}8:17p^RFV?,B`X 8>dX.fP[Il#(qbKxb^WZc/tMr(K!BL4fkuW.Y~<f@]oZ1aM' );

/**#@-*/

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

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

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