HEX
Server: Apache
System: Linux srv3.designthinguk.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: lpenergy (1163)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/lpenergy/public_html/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://codex.wordpress.org/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', 'lpenergy_db2024');

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

/** MySQL database password */
define('DB_PASSWORD', '^aZMBd?pq_tA');

/** 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',         '|PyV_E>NuC`<I1LYz(cAiaoP;`(fS8-a ))=j>MhCJLjnw[=U<N6!8nH8KDz;?D2');
define('SECURE_AUTH_KEY',  'HLAq$|9/s-$*Hxu2vp T34mm})}HG4;I56Ll![0M`*xBMX|L!jp/,+/3f+<# M{|');
define('LOGGED_IN_KEY',    't[}r{B D?L~dP/t+KT@}g*fU$KlQt/r||+^q;kAq.x0!q[/pcIwS_>rO&_:KtKJd');
define('NONCE_KEY',        'Q3eo-p[mW`LL?$$j=,yLy,Z?hSP*^dGp^H3`S73;n88`Qa=nYN3=/UE8,}Aqz*D~');
define('AUTH_SALT',        '_G]t$)DKP~=02i6gKOPGXi2x0`g}zAYO0L6KAe54v~LP3dC`Kz+?I/#OL89uQ!Ex');
define('SECURE_AUTH_SALT', '7hf9z=ZglL(F hmg?o}zLyp)2XFr02>wv0VrV:#Sr!0zQIz3B)V5(~aL[PA:-D32');
define('LOGGED_IN_SALT',   'v]i3!?o=i|~cC!0a$}bI?!Euq~qY~qaad/jW@5l6Xhi:<O2Fb}3WfT1sc4JZ]ID<');
define('NONCE_SALT',       'Vn#*a4dOReO{8lcdj2b/3@dvdl+:M%rC@Z^2_vxPc;w!L2 eS?=YG5QWt>ppZj>d');

/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);
define('ALLOW_UNFILTERED_UPLOADS', true);

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

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

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