HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/holicart-56/holicart.com/public/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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

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

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

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

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

/** 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',         '/__E?::j0HGz>E0@{6)$H@xnc$!9,m3DjDv7lU1CG)2oM)fl@S<xEq8:fl{U/k?u' );
define( 'SECURE_AUTH_KEY',  'mNQ+PQy$u?c9n(h&dd>wi{TQ6^*,rr/[*lDEwj@@Te0L6#ezIS%(;,^z+9&F^%`G' );
define( 'LOGGED_IN_KEY',    ']v~ZeVA2`!J)YNu0p6|+A^,;^;4Ol./Ft6okT>&ua=<xc-TlyRGUb:vV4d@5&oTR' );
define( 'NONCE_KEY',        'Br @DVkv7VkW6_&)k~(*aGf|g}s(v[c<6ER0006f7,d&_r=#D}7?-6=EH/ww;HXS' );
define( 'AUTH_SALT',        '/SG=uq_KJS~P5ZmZU*2zN]<+#$]DS)}%mXIn0VZ`M#15giRJ+UjkM:*muivt=j<b' );
define( 'SECURE_AUTH_SALT', ']FIc>2K[FVn.HgKvdvw?_t(XIARYWSCB)tGshQ~`i-L@Hqj}GvPWm5p;O-zvo&<U' );
define( 'LOGGED_IN_SALT',   'nezOz43u}>M7pDIX=*_*{t.H7v6Q~3]e.aEwxrraxJem@r<Ce3eonmA#2W0zx@Am' );
define( 'NONCE_SALT',       '#Gf9U!w1d;;`{+4Orkn^g&{#%@E8nw2x=`$/ d_h#]y{a0+zOPO|aWE,-EaUSXzl' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

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