| Server IP : 185.216.8.13 / Your IP : 216.73.217.152 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : medicalkn ( 9986) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/travelmediacontentworld.com/ |
Upload File : |
<?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
* * Localized language
* * 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', 'medic_travelmediacontentworldcom');
/** Database username */
define('DB_USER', 'medic_travelmediacontentworldcom');
/** Database password */
define('DB_PASSWORD', 'KuSHEvmiWeh2I7kDbriQtmWCcCthN87T');
/** Database hostname */
define('DB_HOST', 'localhost');
/** 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', '');
/**#@+
* 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', 'Yr2M`sc&*gC;[QGPdRg@%x[:V=e~44!nbk28}qFStV;7O`yHxy+SqYp].:8j)_<j');
define('SECURE_AUTH_KEY', ']5#kfzrI`Vv&u?]fjp)8/x,G{eadyXy}}iFNP|xJ/C=?[@Pyc$!HoSb{d/x3#Hmh');
define('LOGGED_IN_KEY', 'w)ISiC0{viqnx,&IThjk;T@a2fxu,*d{UQeS!L]uLqsEluXyc8:#9EJgrpGPnfsP');
define('NONCE_KEY', 'TN~88E^mSUZ>#rqq}>j!!Qp$mNjT,42]T}->m_dt(b$<x=AI%ru8eZIRp* 2uSu2');
define('AUTH_SALT', '| Xm`r@SGd!2feyNi5fsUv29FiExiN76)7!bLmkmt#N`c bdh0nLOpnU|qlP][~c');
define('SECURE_AUTH_SALT', 'GH_>.:qP]XGC0P!HH9px++Gq|mXoeS}GBo=^<VwA=on:h5-m$9FU[/E_TgHa`=Js');
define('LOGGED_IN_SALT', 'JT7}SVQD~%E^zD~N1beD#K<z^9&R&EOc@ToFCR4KFgE7[DXriyb+@o(deVqh0ii]');
define('NONCE_SALT', '_$9z29~.|Ny,z4#nS5Z_-Ar];Vx#B|D/ PbC]C5kLDUm61Dg6q)Oa%JpC=Ofq6u)');
define('WP_CACHE_KEY_SALT', '3q%Br]4Ot#qED3ZI*nQJIGw;SYUp-0x/H<IgZ3<.uo6TD2T=vGTE)lfXh`f(8.#Z');
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
// defer updates to CP
define('WP_AUTO_UPDATE_CORE', false);
define('FTP_USER', 'medicalkn@medicalknowledgeupdateshub.com');
define('FTP_HOST', 'localhost');
define('FTP_SSL', false);
define('FS_METHOD', 'direct');
define('WP_POST_REVISIONS', 5);
/**
* 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/
*/
if (!defined('WP_DEBUG')) {
define('WP_DEBUG', false);
}
/* 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';