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', 'lcadesmoinesdb' );
/** Database username */
define( 'DB_USER', 'lcadesmoinesdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'RjNXebCLuGk8Psp36O' );
/** 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', 'nr-nkecXqgQGI@8*h,W^5B4ZKf~ZTH)6R,p&m;@k:<Psv?|D2Bs7LTmguk98S%ca' );
define( 'SECURE_AUTH_KEY', 'R?6{u#StG@):2XV~K{4],n5sW}#Yy/YK]o$V,zV$P(*4dLpo/L;t]f~uu uug:6L' );
define( 'LOGGED_IN_KEY', '+EL*a`ikOc5IXUs[77iSl!w}9fEK_eN5Td`]`*%/S)z V@mxl4)3z_Od&TN}Mx9l' );
define( 'NONCE_KEY', '5*.9A4u$<!IU6,/PPLK& 4)X70 7{z`52 /]eGvFM4:}4{tt&7Y>Tk+s/)kWDPW6' );
define( 'AUTH_SALT', '0{_=y=5zd)U3WUZo0G6i9Ov9 /;04z~xo$WmEW?VxFP?gXy:Pxuag-3[F(ZwcN,U' );
define( 'SECURE_AUTH_SALT', '^|s%jkg;sa!~f*~i=vwIkaN3G;%?1(%GC)wg,X}+fuo1f38#|eSjA:=sjw6C^5b]' );
define( 'LOGGED_IN_SALT', '7ekur##@xy$JxY]h{TOPtX zD!`{55>T-Y,kvC]~rx$V2CxByd*g?d%yV5;/lhG~' );
define( 'NONCE_SALT', '>X?^h:,n.TrKX!t1|%I)(P!a)}m(W{VwSfmlYP^AV8&D9ab<#8~t}hAgaFvO~RaV' );
define( 'WP_CACHE_KEY_SALT', 'F{t%eyyvmm#yZ:]Q<$1 wfD$)!zvZ4djT;gGAwuP{V?l;C=0rGg0?sMs;t.(K?*w' );
/**#@-*/
/**
* 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', 'zHyONFze8AXJzCsLFmF8RT5vV' );
define( 'SPEEDIEN_API_KEY', '390b1524edafe5101b16c043b2941eac' );
define( 'SPEEDIEN_SITE_ID', '1c8249842ccfbe177d183d9d171aa185' );
/* 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';