| Server IP : 185.216.8.13 / Your IP : 216.73.217.11 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/photopresetstemplateslibrary.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_photopresetstemplateslibrarycom');
/** Database username */
define('DB_USER', 'medic_photopresetstemplateslibrarycom');
/** Database password */
define('DB_PASSWORD', 'Ll07raBDfN9Q4bj2InwBX9XeUS0F0io4');
/** 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', ';&JOA%z43dF<ZWW0zuh(7.:-<nf:-;%uA1UkTn=/QWv#!!^.|cfG:Ucf+rmShFJ ');
define('SECURE_AUTH_KEY', 'RQl8_%Lf|V[=`^@zW4`Qn|Rorm)^n!byL3*l_bMbK^NG/T3E44o-:o5q4/txd2X*');
define('LOGGED_IN_KEY', 'W6=QrJZUIk]k]fE0:>;^o&<9@{I#Un.AB:d,M}**Tg_Qw?gs~^u}K!04].U!;]Ds');
define('NONCE_KEY', 'lTh#/<4+x0z.yG `%.C(-~,1RS1B[A%ap8cF@}R}k 5IdhAt(<& R&$,;-[7cW4i');
define('AUTH_SALT', 'X_%4$KZ#wZq)) K5mQ WTOkkkHYtJ5m3(ues(~#5WaJM$UWs <,}{.fmy^q@[LS*');
define('SECURE_AUTH_SALT', 'DSXv?S6Odcbe@vLX$[6I_YFcPG=UA vFuAIH1znbG!{,9NHH[,<MzN=8mH(|w!GK');
define('LOGGED_IN_SALT', 'g2 6.3GU9LO#F)L1?N*$caOYw%c_J(0[RlIg[P| iqd_;Sn7s9wKN9zyw7uy%lE:');
define('NONCE_SALT', 'Hfi]iC]~hHHwxLcneHo9e.Y?b3*$J.F^-2.o:|OU>x/va)$Q@B]^glYo=0qT[*fA');
define('WP_CACHE_KEY_SALT', '?QaI)fs|/&s}Qq!4qAR?QQcb9ao{[}a0LxcgA-61TpIs.=4^[/0E}leA:u$p>WW0');
/**#@-*/
/**
* 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@photopresetstemplateslibrary.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';