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', 'lcasouthsanfrandb' );
/** Database username */
define( 'DB_USER', 'lcasouthsanfrandbuser' );
/** Database password */
define( 'DB_PASSWORD', 'bTdJ9Z6QZup9EZk3Kf' );
/** 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', ';?rYFvQnT+3(1s@]?|ru8GNwy_2HyOV=LF`%]^kuJ*[tFyMV )4QE/?}Q/a;$CV9' );
define( 'SECURE_AUTH_KEY', 'i+EVOc!^LEp&jQ>P<4jW`LYfPV_M@:<,%t8!y&S1}RX91gJw1JK$@RzKVI.Eu1a6' );
define( 'LOGGED_IN_KEY', 's7>(I=b`H@J4LOVPoRnnywU`)/ ^iA1Q_1A-x1L5TUa?RfTxg82Gj|:&-Jhn{jG?' );
define( 'NONCE_KEY', '[TX`5_P`TRm&g&@[:<G<s$sF]jXoke/aG7}Lu1K<F(CpwBpn/_tKqb}E;N`4GJ+e' );
define( 'AUTH_SALT', '4@h+e_/Q$@ NPVRIRh2/uoI-kK:X$$,6*>6W)h8~Ez}D^1YM)&pTG7l0cdtEqKy ' );
define( 'SECURE_AUTH_SALT', 'W)ZJWZYZwXG!V79VMjP@qYDXCONm?mMlwf?]D=p@y+[K4o*.*Csl$dghZF=CLUsg' );
define( 'LOGGED_IN_SALT', '5-5g)/7gC,ZC./.H:~;c4dTe$V`Id9Db1OL-Tn@;K0gne<}~Y&(8>.;r{}|f}pJx' );
define( 'NONCE_SALT', 'r/Miq gqOhbzAoK[pZ*lEI5/,asNHSA~3s14-n_S T-GZggEP4xUNW!S=y1>1:C$' );
define( 'WP_CACHE_KEY_SALT', '/b&#@MBcGi,fg{IqDfFi9,fN;awchdp{Jt4MK1Z0 A+mQW{Bt.PYHqr;+&bCk5sU' );
/**#@-*/
/**
* 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', 'oqMJYCRTPonor4Tpm1SfTtZrA' );
define( 'SPEEDIEN_API_KEY', 'bcca794faa9c99b52a2296366dc8fc3b' );
define( 'SPEEDIEN_SITE_ID', '02c4ef220c3b69ef0ef5bc7c298179ee' );
/* 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';