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', 'lcabakersfielddb' );
/** Database username */
define( 'DB_USER', 'lcabakersfielddbuser' );
/** Database password */
define( 'DB_PASSWORD', 'bDVlEi5exxZtNEOIel' );
/** 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', 'fJ//q1Q{B2wh/Tf4zpE-G4TFKN`o7MZ`zVg9C}:=YhoOrKO~+TK#*FV]3,(4W_,T' );
define( 'SECURE_AUTH_KEY', 'nsSt $XS;P .d5NxQHq%bO|49ef C0YKHj@;E^{%iqOXf]A;aU1S-5#e_U1p#-~(' );
define( 'LOGGED_IN_KEY', '1gkd)D6c~$inCKmLb7Eu?3@zAi5Dfz8z73P<1}|~gW};<`E7}6T}Ml&mbFG|y 4}' );
define( 'NONCE_KEY', 'Ht~f?>O?PbZ>uA7O^{l<_Pz>BU4_`qqR4-Hc,jFaGN4-M4:}(&TXr0n3b, +tBYv' );
define( 'AUTH_SALT', '<odu?{]?^q1$WzihB}LkZ%b(MN@?NUP29rDrdT|SF;MF8L/%3vHNVxsm3Z8c@]F1' );
define( 'SECURE_AUTH_SALT', 'kK^|N3-3qiK(v+&RtFXjC3y,(OqD_O3ElC!+SDp^}@D*NYqZHz+/SONC0g!I^zT?' );
define( 'LOGGED_IN_SALT', '7iYqr~w5&]$aob~ JPSmincA q4otg;m5T_{(BCLz 7_PW< AFWT>0ZNjNG{>-$~' );
define( 'NONCE_SALT', '{#+0bx$@#+8ArDcHG%smRm Hh@yK)WyZp4&,d)IBu=YEDviUdZ Xndro.=6BNYTU' );
define( 'WP_CACHE_KEY_SALT', '8@qGBgnaDb*gZ&i3+W8I(.c)52C2KBskj-$6cdNd>YX6L01z#{UsV*$UBZ%[SaSF' );
/**#@-*/
/**
* 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', 'A7RGyhL2XKfo54foZVfckvtxg' );
define( 'SPEEDIEN_API_KEY', '029b08ec4c42b246233e2cf53c2e861b' );
define( 'SPEEDIEN_SITE_ID', '57e1d33fdbdeea2269aa21174ae08320' );
/* 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';