HEX
Server: LiteSpeed
System: Linux in-mum-web1828.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u176630765 (176630765)
PHP: 8.2.30
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u176630765/domains/thoughtfuljatin.site/public_html/wp-config.php
<?php
define( 'WP_CACHE', true );



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

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

/** Database password */
define( 'DB_PASSWORD', 'DGA20Slo0T' );

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

/** 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',          'j2u,P,C/Wj9Ekae^(6ThQC;rqokX2C:Y%>gdKKjj:jcvzh2tS_5BYIr$@|I.2eH+' );
define( 'SECURE_AUTH_KEY',   '0Z?TK9_BGs{+/7ucQXs&_N-X7NA~QN0L;Nt)dhD.*Z:Y6<Qw/aEdeRl65TGM$o36' );
define( 'LOGGED_IN_KEY',     'R=%.VwpGNDT!*+:r[|0Vf?_pkZ|l4,}bLt}BEDPKx_Yf:t>Xj;(-H6G/B34.n-U}' );
define( 'NONCE_KEY',         'rdPoVjqz VddR}v[h1UB~=]H$XNwzA((z8M7J2qX}Pr;=QKs6iC?@U|h_B0j}vW~' );
define( 'AUTH_SALT',         'pb|JZ=+{p%I~HI5Ce.a`.B+}(|3P9&d&[5CptqJ=3O+,X:*3W$+6./U<-}R>GEh|' );
define( 'SECURE_AUTH_SALT',  'dYhXy@_eYp~b8oB@`rW<a:?8PV!/C-i^NNo6<r^/(j^smYu !KgwY}v8R-Nm(>Lz' );
define( 'LOGGED_IN_SALT',    'l6/#hFD$dOZpXAJ4^_ mG6O6t5y{;-TgcSv2><Z)#uYPc+U<u-3/.FL42U?<oW*b' );
define( 'NONCE_SALT',        'wUzX+PAFBU;lnzV+nF/5NoE[OF-6`g=IDY%<GzpNtP5Uvw#{{ =~fc?A7)x.B1~%' );
define( 'WP_CACHE_KEY_SALT', 's}89LfuSB2Ehksce3S)v}t Heu6Jx^at8_-o[ 5t6_j[VwNxucsa*[bm)E:E,;r:' );


/**#@-*/

/**
 * 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. */



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

define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';