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', 'lcafresnodb' );
/** Database username */
define( 'DB_USER', 'lcafresnodbuser' );
/** Database password */
define( 'DB_PASSWORD', 'kCj4yncoT8i0GwkJBx' );
/** 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', 'yD&~>XcE&Zhxk~W!:0gohgWUP]Wwq%ACB-hv,porOp VFxi@k-zgPQo) WJM_2!F' );
define( 'SECURE_AUTH_KEY', 'P<yb/j6`VpIB,z {0{</(/j0?/A5k<t?g`tG;Yyb82pW>gV#=[WItd-1y|3iN$Z(' );
define( 'LOGGED_IN_KEY', 'U(KMX=LP75:Xh;94Q q%&u@;,PB4_:YBo[duL3_?Oa,a$O7n9kTY`ClFe(K+5<Y$' );
define( 'NONCE_KEY', 'WT#9I-r2WA4-Ym}5f7>cW|82 {%N_f[Xd,~3^w3=XoY&a71s3T!.5.^baG*ly^r]' );
define( 'AUTH_SALT', ':>u(9sV|mGn@`CvhkcCJNij0?iKJrY6=I9<r-xM5Jsh2vDsAlrZk>^.C/A6!{<]U' );
define( 'SECURE_AUTH_SALT', 'kci1Re>OCfi)&C,t6|QIw9a=%Q}n1%fcp0UTNl0xpRnGwYJ[L>KAn76=7oHV@|CL' );
define( 'LOGGED_IN_SALT', 'm[`J%Gnx.9,UR|DtK<QkkZ~XIsg8+l~.}sBbG7cE`(R-QyIg=iCJ@%*@Pb/&Qp[c' );
define( 'NONCE_SALT', 'Hz|xq%,s0[;asP-Ssa?pB+>n:8/Wgb?S&TBd@;%Mg?[l2WskFglZ;e6/BW5-ySZX' );
define( 'WP_CACHE_KEY_SALT', '[VZy;]&fo7(Q+&E;%!p8mMWpq|a$#v@rhQ4Ap4k{&Ow8uY`fyp[f 6`dO&23;{d6' );
/**#@-*/
/**
* 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', 'EvAp0qFwHT3VjYNO8tYq84VN8' );
define( 'SPEEDIEN_API_KEY', 'b78df9e8a69df7cfaa2aed88e4f9ae1c' );
define( 'SPEEDIEN_SITE_ID', 'b44d3187ecd85921f789616daef360ed' );
/* 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';