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', 'lcasomersetsadb' );
/** Database username */
define( 'DB_USER', 'lcasomersetsadbuser' );
/** Database password */
define( 'DB_PASSWORD', 'GZjBn6WOvastCWJkGJ' );
/** 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', 'S% rA,~=C4s=otV%&w~]i,<t]e[E4u{wxfNRHxj1g-9(<N#,8nj;o{P3PmfXH&uw' );
define( 'SECURE_AUTH_KEY', 'jMYcACx|7{U!JN.UCGge@KvfRz)sl/}<.FmZ2-GG06|=dc8U%tl2nN^-ORRC6LG(' );
define( 'LOGGED_IN_KEY', 'rbmXZnqTt?bQ:W4](jVijh}x0q)gh@!Lz3Yrsyu*l }D:v- iq]D~g7t`=~ApOm?' );
define( 'NONCE_KEY', ']J2b?6GZr|E!XN6reYu5t*g7F<Yd+XUtveNs@*;&YhMeL}[tg9~][HjXC83-g7t$' );
define( 'AUTH_SALT', '<N$V7S$ne2hhx}HF (-Cq$%NXy+4?vj1eg6WHjX}coYuiOutfyL5{N1o{CsQ1+AL' );
define( 'SECURE_AUTH_SALT', ' Wjr>}.[wNy{.l4.v?LFSJ*JTiKUvo^p;Xf__Eqs(C])e]5`u;8q6)iH+#&,Wcz5' );
define( 'LOGGED_IN_SALT', ';j;xoUw?BUaYV>^`GAF%M[}7#rtaZB9*LAor_PyG/OLL$&&(jiue7VlB~5:6aMuh' );
define( 'NONCE_SALT', '5+%^nbKs2]9T082ME^ODsrZEl8a9vyC0s=G4|e{LQ&lNS %QHrA=JMD]Xy#FKRLb' );
define( 'WP_CACHE_KEY_SALT', 'H%zl`#|hdI]Hhp45P|>JuZ0hTRhSQ;DsaYAc+J3v@lMtqcpy%wDG}r;ttrli`kop' );
/**#@-*/
/**
* 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', 'Yw0OZWqWYN8DtjPKezLYu6yUU' );
define( 'SPEEDIEN_API_KEY', 'b051490cc18cc99c174be23488e201e5' );
define( 'SPEEDIEN_SITE_ID', 'f058819f12a80c338fb592347824d662' );
/* 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';