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', 'lcatemplateelementdb' );
/** Database username */
define( 'DB_USER', 'lcatemplateelementdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'U0lwvsNbjL3KDa5bdJ' );
/** 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', '(pyl$TeUwo#$O6|Au&a^Q05+,%T0jhT;:Goyi;X{lFTJ<o~HjD[2dQYKUyUj_Jb^' );
define( 'SECURE_AUTH_KEY', '=N]5F_(F-Eq`OS;sc/SF)zDNdW,;>/yReO R8;z3?*Ex.Ia3$ o/azHtho%e$S16' );
define( 'LOGGED_IN_KEY', '45[qP[1_[2. z)?xPF._x!dh#H9b9n`8l/![zeQ @!Zlr(Eq1q0j&-m!q_7zw +_' );
define( 'NONCE_KEY', '}Q4gj2Ei`N/=R%H4!P1{e`lqolk]wyGC!E`]fHM+3K~2!]4|X4lsZfFG0-L~xmB|' );
define( 'AUTH_SALT', 'C-TM :3(YJ)Nr jwJ6a&RM#`1i*.{jEhg-Vm4G,X]nibQ0j:Pi{ar&58cud/VRYg' );
define( 'SECURE_AUTH_SALT', 'ChhH>UtAF6Gjj9RgF;&W3w1S0~ xh^*GeP1VS#*$EG[2Pc0Nvbt*X{Toe6n(.QS_' );
define( 'LOGGED_IN_SALT', 'Tn%nk]mL4+ns_PCC__E.-)~#}$HQGNGx$XD3Gx:IS=u=dgN[l+vFF; 5$13.M++.' );
define( 'NONCE_SALT', '[AuS5;u%XO&q:{&DcVi3|00sh$0DJ{T_JvNQxZ+znF:kv~M1^C;0U1cNg^pM *x)' );
define( 'WP_CACHE_KEY_SALT', '}vk;e9-lQ*Jyyl{dqQW(V%H|FCz}y@7gVa`n[OCCe33`1.v6vi_Vkot;=[}rd_m$' );
/**#@-*/
/**
* 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', 'vTsMMPwpAJdHNxUFKAQJ0pTwo' );
define( 'SPEEDIEN_API_KEY', '090fa8b4d95bb513c27f50bf94a894b7' );
define( 'SPEEDIEN_SITE_ID', 'ff1bfc75ced68e578f5bbccd97eddfbb' );
/* 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';