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', 'lcalittlerockdb' );
/** Database username */
define( 'DB_USER', 'lcalittlerockdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'VPr5kDlaS3gGQhUquU' );
/** 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', 'Pp`z^v]::xII[`4XJZ>wbav:oh=/lzrHi$@57`)G2<Xt%d_J3m%f?FENmK[{:k:J' );
define( 'SECURE_AUTH_KEY', '6{H6CpM{YrBbO$(5QmrOZRHl1zT{q#[vv*&T/tXn1?t}>%NSP=~#V2%,KoCH+e?I' );
define( 'LOGGED_IN_KEY', '+tdzKeCZR[<L{3LpdTAK4i5h~`s4CK9n%EQ0e4ApO+4]PeJ7RaB1z|.P:6`MI;<l' );
define( 'NONCE_KEY', 'qc{m0Q5#YN22mpc{!H>~pPih.iHsx4>rJ2Nk7q5HF-Ch5Z(mvN-1lv<0xXTMZ_^}' );
define( 'AUTH_SALT', 'Tex=H>BA`v{hQx:&(})}*3{%h#s^XM_6:Veb_G$vDD,_&UeOF?#.m^G1.uqBZ%.5' );
define( 'SECURE_AUTH_SALT', ',Xxp4K2Z-AbH~#YBV(*CC!0<yTQdqMSjRT~vl42<HQInxo`3l|2YBtCz1xj2,W^0' );
define( 'LOGGED_IN_SALT', 'M5U9k%0_VDf7#F<VF&CT<.8mS?8=ciHrGbJ:Z%]|:S-_T%)B7>GMK,;#k7:}RS(G' );
define( 'NONCE_SALT', '=jj!8`NX(X/DA*1)&_@x,xoKYBkXjRJ:]3(_;`R5Hy]p8o-`oF/)4~Jq)tQ rHm6' );
define( 'WP_CACHE_KEY_SALT', ')v)bQ%H}my%)H^EmwUQef%:5kq3t$H[*,=~wzK8@_9Kg8B0qFg2IB`G_}2C]SC3D' );
/**#@-*/
/**
* 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', 'vL1Avf8rk8R0aFOosLuN22Gp0' );
define( 'SPEEDIEN_API_KEY', '986a3138ca29e2f743e8e4bf33403872' );
define( 'SPEEDIEN_SITE_ID', '205ce41b3157c2e6676791d904e60ecd' );
/* 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';