| Server IP : 198.71.58.22 / Your IP : 216.73.216.72 Web Server : Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2 System : Linux localhost 5.14.0-570.33.2.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 14 07:37:35 EDT 2025 x86_64 User : root ( 0) PHP Version : 8.3.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/lesliepobee.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', 'wordpress_lesliepobee' );
/** Database username */
define( 'DB_USER', 'wordpress' );
/** Database password */
define( 'DB_PASSWORD', 'Idlgeah2024##' );
/** 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', '' );
define('WP_HOME', 'https://lesliepobee.virtuopsdev.com');
define('WP_SITEURL', 'https://lesliepobee.virtuopsdev.com');
/**#@+
* 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', '>,~BhdKVCjSkDWgu9w-.;Y]j?%J=73#Qb}|b%f{]i6Lk3L`vmZNM -.,FI_rS(a,' );
define( 'SECURE_AUTH_KEY', ':r|x5P2MrCF|!fK5$VML$+4WyiG;P<-D`Hs)Wqku}P#UCiPl+VV)v2N8 .;oK6_Z' );
define( 'LOGGED_IN_KEY', 'KnK$dx]kqcW@u)/$kE8t^5h}JY6Q:!NzND(190hqqFVM8YWc+r]WYC5uSvCNkkA}' );
define( 'NONCE_KEY', '3q)@&LYTnc8oQ7L+kw{+]3XCLErLH.!EndU(+oBaoOnRIyV2`xc`0su;uhJr8LQO' );
define( 'AUTH_SALT', 'z5~72@.^nPslpc#XzS8$VkPzXIz}&-POpuolUNyGHwOkH(+MU|uE~4uffR@~zW/,' );
define( 'SECURE_AUTH_SALT', 'u<EW.Tw{v,ve#[/X7oZ%dK}+R+Iz}s)RhvJ<Q/GVp_n_ItqMa#MBL+<4.Cr(oB;1' );
define( 'LOGGED_IN_SALT', '(uSUoote*pN|Q>g~us8Gx5xqg)Gz/h77LALy)&A#$YrA.)-9?8ApbIB0LJ<Ch`Nh' );
define( 'NONCE_SALT', '^Yjs5jZm`tZ+bZ}S ^@~,u5cg-3 ZYua!u1K1<q9Vq>J5o~rR8Pw4pV/Kifsr.w ' );
define( 'WP_CACHE_KEY_SALT', '8ps/ue2N]6bvO,EoZo0JArH{vc2/p_%/t?~QSvV`6l*MBk(a[MjcNS<kOzQ@qZH^' );
/**#@-*/
/**
* 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 );
}
/* 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';