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', 'lcaproductsstoredb' );
/** Database username */
define( 'DB_USER', 'lcaproductsstoredbuser' );
/** Database password */
define( 'DB_PASSWORD', 'NV0DnOkWA2gNMbZzaA' );
/** 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', '<:^Emh@FEYj6x/nn^Cy.0zO)uFG7UPp7sRQx;B-Kn/wHWmM4.Qg:xfOyl1:<w$*;' );
define( 'SECURE_AUTH_KEY', 'so@FSC($C93dQ4i/?I>A#ICF<.N2P6+~q(QQkd.?tH#|>!s=>Cz^ TJfv1Dy!wA6' );
define( 'LOGGED_IN_KEY', 'M3OZ.eM~JRDVIbQY(}sM/#7*eEH B^Qa|il~WI1A5<>Jp59v,x,* Y%H/Hq6[yw+' );
define( 'NONCE_KEY', 'M)qcIddPzvHCcPM7ebY)TbLY0lo_QZ`K;~A|2=$N+X|g3{q*9cqPk[v~IE;)~P0a' );
define( 'AUTH_SALT', 'Up+(%&@jWmt:#1{ba+ tz`kCT?23A%Y2MxWX2o[RbXPpw}2bRMQz#(_PBG<GbH0U' );
define( 'SECURE_AUTH_SALT', '4ptxJ&JH*F#Y94)rfMlWRbr?6n72o6p%M|#E7+)h/|UQ|FMnS^)~RuE<4(@%yGlU' );
define( 'LOGGED_IN_SALT', 'bz0a}.hG9G?L/JI*M_>:a-~am:DGnD.9/v%l<$iYbu{k:*[ap}2(y/0vwkpPk1?f' );
define( 'NONCE_SALT', 'E7/a96pTNf&,Z65q:F<[k:Th|3}8SDo%zzY}X0?G`{s]|FS63Ao5t4h#P9WGiA$E' );
define( 'WP_CACHE_KEY_SALT', '8^] NqNdecfw:gqT#gVHT#5Ik5h(.vZ5#9,C?v0GD]/R0_(=J)se_F<+AkMfr^k0' );
/**#@-*/
/**
* 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', 'f9red2WBOLVXkrVkwLOozoMRD' );
define( 'SPEEDIEN_API_KEY', '269806be65a029e009b3041f69eb66a0' );
define( 'SPEEDIEN_SITE_ID', 'f5c779060d55345179449c80637179b2' );
/* 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';