File: /var/www/html/simplify.earth/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://wordpress.org/documentation/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', 'imed_simplify' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'IMWordpress#@!123' );
/** 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', '];])@LkwrD=#*2,tt2/ZCV]j8e(}&}%pL,K7ZJxZ1J:D_qI%K,!6b)VK7heD0u-M' );
define( 'SECURE_AUTH_KEY', '`@c mpG$VF=DIEK3OK6YCWXnb5UAV+?;;xD}kX>zFdQ1i>^RO$D}F&Hv>Hq_i*RW' );
define( 'LOGGED_IN_KEY', 'KR/Blr[4^3^y[eD4A>g3}*D<>K85:cJuP=hiMO.|DJ~l$H=f?<q@-;l-Invb$^j-' );
define( 'NONCE_KEY', 'OQ81ezny{80_O.W~c`h>~curG)lyG92KYSeD#t#[GlKr?E_OTjQE-b:MlP<^V[7T' );
define( 'AUTH_SALT', 'm8!!^krw_J<#$4;`O$P#/}9LAO{}`9c67@%uUQWGae>kVh;+v=&fRo@o xQdHE);' );
define( 'SECURE_AUTH_SALT', 'FssN?3v9]8y;Y4mq2bg<H{)&sN1Fag!;o|&c~g<xcGZn@/].OYg_~wQ~RU.H0BTH' );
define( 'LOGGED_IN_SALT', 'it^5V$l&{WXl{]j*]$xxQTU^&fFeZMUNyHQ-3j#8KnBRzBbGm;]Dl*=8E0%U=MQ&' );
define( 'NONCE_SALT', '^T`AO>8no gS3d8wGcVC9,WDf51Of7{j`gc.M{_VsvPH0&SiZNPb?cDfl!FzyM P' );
/**#@-*/
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
define('FS_METHOD', 'direct');
/* 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';