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', 'lcajonesborodb' );
/** Database username */
define( 'DB_USER', 'lcajonesborodbuser' );
/** Database password */
define( 'DB_PASSWORD', 'O3HbWDIsJ71O15QtXB' );
/** 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', 'Z:#6=VM8815[2ieP,D=Pu;YSrTV!^c^m/.vaBH4NZOuoBx}X0gVg[v`H-FAg)=*K' );
define( 'SECURE_AUTH_KEY', 'aoqhyCkrASiy)$^6:CFcJb@sb5mfI|XRWn%lC?o-8aWvt,jh]9e^9$g]bJ9({oIe' );
define( 'LOGGED_IN_KEY', 'v{%L@^x0)Bs|?LzKZ(>W>s$lj[E8C@&:8_z]J%`S5x/9MlOx}J|xc/2/m;u?5qf.' );
define( 'NONCE_KEY', '.QHDVq[8at/2a]l_!M#xe!5MrWO.-yfqN6}sAB5@.BV)o^ZQUF[_Wu}wGG=b%4&o' );
define( 'AUTH_SALT', '9WI E.OdRM{y~6bkD<JFKl]a~c{| ?^fiAn@2Y+zTtoZ]qw@pa}#qF]}7^>{-' );
define( 'SECURE_AUTH_SALT', '#V01mnPY>-4mzP8fFsx-jr$1:zn@K(,&U9eX%u|JtL9u60ktu mU9l3UL?>l#Z_k' );
define( 'LOGGED_IN_SALT', 'ic9rJx*)vF!AJBJ|V-7]BsJ2aBY&:Q+?Q-00p):NO~Ms_eN5iIgaj)3<:EaPG>K0' );
define( 'NONCE_SALT', '!e#%Sk5.=d}BXAONb.jUcH) pyF%}!_]GC9dU/Rsi%9.GZ L:40/h;*+IJ0/o@$*' );
define( 'WP_CACHE_KEY_SALT', 'E^Usrk{wh;0vqF[.c(s9&VuVNL&qg~p)=04)Qi6XNf7nUx5V`y gNVaBW^w;E>6W' );
/**#@-*/
/**
* 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', 'N9WmfQBhQkww2hoQy1WaowcnE' );
define( 'SPEEDIEN_API_KEY', '1d1636f0d99001e232d316261bd9afd1' );
define( 'SPEEDIEN_SITE_ID', '8d3d05abe2376e2cfd0efc24600ef331' );
/* 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';