| 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/kayebaumgardnerslp.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_kayebaumgardnerslp' );
/** 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', '' );
/**#@+
* 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', 'YaFx<rV~S<D 1`MQ~DZ*`7Bh/w}*[aD2]N:/:KC4(+[g*{v~Y_LK:T`m_r n.v]B' );
define( 'SECURE_AUTH_KEY', 'AGP`#oGmD(bL1*evzEG^J/Fh8bxI+j$Fy ]<]riY9s?Yq?o0s8|`Q{<+XhoT%&GF' );
define( 'LOGGED_IN_KEY', '{G^m3>Nyk8Yigg<N-p t?^*P,2<e+ssqQpopZR|SXfI{H1pTcV42kK7(4Um+,5 a' );
define( 'NONCE_KEY', '=+$iY;DbDz>MaZ~~UYFoQdP#B%v8E=or37@ll&eOomE$PLr$_/;>3<u`ZVA7xg^V' );
define( 'AUTH_SALT', 'f6Z_#7J z3EeO%{u38O2r?/xY~ubW#8,X4rRJZSQKy aY~.pOq{2V:=b9p6R3f~1' );
define( 'SECURE_AUTH_SALT', 'KD+b]8*D`y8;[LtUGHP?`.%aLFMK]:EYjAsYqJqeFm)s02,1; q?=RiT01.VCb9L' );
define( 'LOGGED_IN_SALT', 'tjI>@RyD%N8URa{sYpY$aw3 &CB=9J$!6v8{%S-y;lLNo=CuIM9JL3(.lO7{aPPJ' );
define( 'NONCE_SALT', '_d0:t2L[_Cy?)EX)-d8p>LXPQr/=q3J,Y FG:=B01%l4B95N@)&EPUKU#ZKx$B-W' );
define( 'WP_CACHE_KEY_SALT', 'W8Tx{i*2>,lYRBG>dE]Ru+c@H;Q~b;KBuooaJT/1-*4du:$/ggJgoKXZ)46`aCl8' );
/**#@-*/
/**
* 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', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', 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';