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', 'lcakingwooddb' );
/** Database username */
define( 'DB_USER', 'lcakingwooddbuser' );
/** Database password */
define( 'DB_PASSWORD', 'e7Aojrlb13Zj9WuIPg' );
/** 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', ' 4Sjo/6f6toeaNOE@$P;K4:`sbkVKO}~!LSduz1}`y|CRz]`!(fm(|oK@/y@p^xE' );
define( 'SECURE_AUTH_KEY', 'wPdro%-+ix7nGs o6}Q,N~;y(o:U~cnxjcgycuYukLt<O&AT;.l1$TkcE~2@Xx<1' );
define( 'LOGGED_IN_KEY', 'm2-r):%F9*04Q}[bD^UA_Wm:EO5~G[)xEtx-5Q8x4lo1.i~Y3{5:PPG0:>y,|V! ' );
define( 'NONCE_KEY', 'c43%Mxa8HAHmIJytayI_k}y w6@Im=.}4AtOT+F,6URH<MkPU^?}4i8&XC8dHo~[' );
define( 'AUTH_SALT', ']SYGRO/%}ix;vDF$2FV1$G=Ufx*k$;)%1X{`N8Wvc@<+LaY!HlMgaGEL%>Dh]%M-' );
define( 'SECURE_AUTH_SALT', 'M99jV[v:.J?s cB33nZYCzaE:~>s&- N %oP-x%!{%Y-hpc=y)ptP0lQ]i5~Mj)Y' );
define( 'LOGGED_IN_SALT', 'b*>wj8f1gPA7w=Cd*rEB$X`R3ayNN 5+0cS}Ep8x3A~f8*X!luuoiRh.yL4oItm*' );
define( 'NONCE_SALT', '$|zaT:VeG,r8x5CPcT(<$DDE(=Rcvv}]SmF8+Q7enqAp<wc66E[By6A5@j+BA6>c' );
define( 'WP_CACHE_KEY_SALT', 'S.&X]Zr!ZN<g0rrNXC2d}dCiPg0}R,$}x`i^Ao{zYLfByCl%<K>wBh%^mX8sTW-Q' );
/**#@-*/
/**
* 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', 'acqcEkNyx49tOWBKxDwCzDdpD' );
define( 'SPEEDIEN_API_KEY', '2a5889970558e105deccab7c1be3febc' );
define( 'SPEEDIEN_SITE_ID', '8e5689a2d2899008c7d5a156b665b944' );
/* 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';