HEX
Server: LiteSpeed
System: Linux server3ir.xdlhost.com 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
User: gmparts (1037)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/gmparts/www/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 web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

/** MySQL database username */
define( 'DB_USER', 'gmparts_main' );

/** MySQL database password */
define( 'DB_PASSWORD', 's]!z=zgj]@h0' );

/** MySQL 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',         '>5w1olEyzjx4Nr}>4lN(@C.<Rg(R8bO)e7Eq>4Rt[i q]dU1DX:NvdWrmwzdo1A2' );
define( 'SECURE_AUTH_KEY',  'jwsbGB{_qoM0M0fYt@$xLCQwmK&aPNf<%y7@mxqz)]a]hGc7Xr,1/8iQK}?<_5mJ' );
define( 'LOGGED_IN_KEY',    'xtmZ{g[6zk0/Daz%6dwR?ZH%O2Qw,i2]I8^uroK/%qX<d^)oVc&8OZ@bg[&CmN~T' );
define( 'NONCE_KEY',        '&91))wsjG~|b7gO2v96%{tSy]VZZM1c&g4&VO9_nf=EN?8t;%|5Ti1)PrO6eS2Xf' );
define( 'AUTH_SALT',        '78ZE@KbR@<rs:oUnohsKm< RnH0)(fu3ebi&8Ag[mCf2M.=,T=8+iQD.`Kv7-&d>' );
define( 'SECURE_AUTH_SALT', '#JKtx9+0m22_bQ+0t{)^VmO6dFEeq4`ui>0q1>>uHqye5ic+v%&D6DK(jwzH*7g*' );
define( 'LOGGED_IN_SALT',   'y*wne:XRJ|T<$7~yFvZN-u{9f:0%(9K&:!XPCk&;7Isj=Jn2$4n4s*x:yah*(?<8' );
define( 'NONCE_SALT',       'nIqhB)Lx|rV+(1sn+NnS5bu8{n(Hrt[v5G]<63>weM/nxQxUSvE}Z3Dn4rf|7/#L' );

/**#@-*/

/**
 * 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/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
/**
 * Temporary outbound HTTP block to avoid external request timeouts.
 */
define('WP_HTTP_BLOCK_EXTERNAL', true);
define('WP_ACCESSIBLE_HOSTS', 'localhost,127.0.0.1');

if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';