WS_OK_7.4.33
<?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', 'lexingtonstoredb' );
/** Database username */
define( 'DB_USER', 'lexingtonstoredbuser' );
/** Database password */
define( 'DB_PASSWORD', 'n72Z0YS5a9mHtYteHm' );
/** 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', ';R;<4W+TwQU$0$%BY3#?|P53z|l-8L~%qnpiSrJ./6v}Qd6]](Mr`9Ha,[INV+bO' );
define( 'SECURE_AUTH_KEY', 'G?R>`)0**N@w?Jr)om[Deq9$K .CB&LYZ@L~Ni)Vl|4 Z.]fTB;#1CaT 50U(MY1' );
define( 'LOGGED_IN_KEY', '+V9U%_MZu*66oo<<=}w/XWDvJ2cF/.]bxX0>sTQ=G0u$QGU{C^XTohMDZ$#jw$du' );
define( 'NONCE_KEY', '5QFZq7(5opLlPcTncXfe$ER|X=v|Oog<jtOVG|J}Qa;SV*&j:/3)|!>|@,}.WM/n' );
define( 'AUTH_SALT', 'L`Jq]?:glf]MpqdG:>I}>8V;*& C%Cm#G<L^dB95G-n^?PS1ITV^J)F.YsZNVGW)' );
define( 'SECURE_AUTH_SALT', 'gc+<h>6Sg4F`8{ks4nx>[HkV:mix @ehK[jxQj;7J}OEgbP%AM!%GbRQk5z,bAHU' );
define( 'LOGGED_IN_SALT', 'RS+cH_~utKsm5>]>osa;{93PL7.]+u8fh3f^pZsApd62Va+W$x-6lMx;_XFhQcC[' );
define( 'NONCE_SALT', ' `F%aA4.h^UB1{+ :rdXFdRRj0KxEqQvvP?[&7[~it%F4iOSr>1D/KvC~a5gmzXb' );
define( 'WP_CACHE_KEY_SALT', '7gf{?CAgeUj?/,,h--KK)/,UHVCoEs@|:(c479<vB2SqJhLo+}}uSX)Z@(2Kg>$4' );
/**#@-*/
/**
* 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 );
}
define( 'FS_METHOD', 'direct' );
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'CDN_SITE_ID', '5kaNA7UxKcAz0kWBX87I8F7Lp' );
/* 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';