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', 'lcawestchesterdb' );
/** Database username */
define( 'DB_USER', 'lcawestchesterdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'ayUKnvKf7VbWIqSmvM' );
/** 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', 'uK!kwtO4>E:WyExI+I%Pl{[87snlGc6GBpe1{^^5;rtN9%iE)5~#Zo,tv(u<f&}%' );
define( 'SECURE_AUTH_KEY', '/ %8my:}BN[a1z46v{n; bK50k9|AWVUHG4?sQyQaM8N3+;ja!LplL@ln)$4Y8()' );
define( 'LOGGED_IN_KEY', '#lne~`ho-SEy,ZL1dgGw7.*/[,]| F+gu*]dgG8f,pPY4U`) 5Y7.dx]F]l(<o4h' );
define( 'NONCE_KEY', 'zp$~M}KODm/_*;8{,#)g5[?0%Y3qWVt M>H/_^VWIqix<5Yut A`m?&OIY[W7TvU' );
define( 'AUTH_SALT', 'Z9yp]_kOY3R^9O9YPq>k}SU_Cc;kgac6H+6ff1?X@[MSEgj@=rqj>T(IyUrkYzq;' );
define( 'SECURE_AUTH_SALT', 'iEtFR<ca(sCs?]Z`*4ohP>~EKe Prz8wo 3M%qMc3iE&KiXgg+EM)OSOdCq?v*_r' );
define( 'LOGGED_IN_SALT', '2YG;Uq.fd4-CF?/]pwx.L+)O5E^;D#m[jJ iwEfi${;|V8^zx1U6gc.9z>U})r7+' );
define( 'NONCE_SALT', '. ?OO#h,:%$dJ4}Uev|_pzE7mh!La?Lf_mq(fR^;+,31sHrXgYTM2,%#%|`qHlvL' );
define( 'WP_CACHE_KEY_SALT', '7cbfz,A.F[GB-EE{2*t2r+,s5%s{R`5.k)zUENxbagOtzIK12.tbh(d#zj4{zTpF' );
/**#@-*/
/**
* 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', 'FM5qVfSbrgRwe6ABjf7pBRCK1' );
define( 'SPEEDIEN_API_KEY', '666778c3266c76d0b4a12f9fbe4da8b5' );
define( 'SPEEDIEN_SITE_ID', 'f9436a4e858304a283e158058a8a4478' );
/* 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';