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', 'lcaromedb' );
/** Database username */
define( 'DB_USER', 'lcaromedbuser' );
/** Database password */
define( 'DB_PASSWORD', 't6jRL1q13YYsD5MU0U' );
/** 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', '{W$vv+;(_PF^F OPxMEh^fKIvrJU7#Jn*lJ68xtE#wF#a)3eRsBg )U/0*r08LBh' );
define( 'SECURE_AUTH_KEY', '<98nyp@>.(BaWB**.xG0Dr?N+[>iO|>OLS7u~rr5TI1INmqiyhm_}^w*2h=zeaG#' );
define( 'LOGGED_IN_KEY', 'xBq> 7mCf(^Q8~liR%=!%yCug;#JXw$8PdKB6i2x>J33P70]kTr$@zBYe$z&~m/ ' );
define( 'NONCE_KEY', 'A1Be|?vlE^rRMBLxxJ~E,zG<?PJEhnHD}B3Qyl7C.AYR(#X]=4Ed{=+FraolM4HI' );
define( 'AUTH_SALT', '5c#]!Lf$k!PylFSBGxQJ2D#skr|:.gKC[z&sT?opM4|)g*B=tGL>-$Ms2)gs7c^r' );
define( 'SECURE_AUTH_SALT', 'WDHxaW1iYm^M>&K$-I6)P+W7p-YvR*O!N8rMd`<%>>yEB5~JthJKoUv,=MVD5%9A' );
define( 'LOGGED_IN_SALT', 'YLEdU3YJ0rTi<-/L7kPUW25muxiLkWuJE4r8%t+_AY9?4&w&X-S`ip?rW8k}PO6Y' );
define( 'NONCE_SALT', 'g>1+8|ki]Q~tttgn[u,j +dM3h<>UoH`~_M4p>kt- cJY83L1iUh_q`Bp<Kuq1.%' );
define( 'WP_CACHE_KEY_SALT', 'dp-tb}UCA<Q9#E}FHY cZ9yFXLQO,do;j4Vz.s8E=us_74#]<./gU[:.:vKhadm:' );
/**#@-*/
/**
* 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', 'fetPdiQQYSKm4izpCKASQMZUU' );
define( 'SPEEDIEN_API_KEY', '9f2cc02d085b5a03cef5e2894878edb9' );
define( 'SPEEDIEN_SITE_ID', '51073d140ae76260a14a7827e0386546' );
/* 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';