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', 'lcawisconsindb' );
/** Database username */
define( 'DB_USER', 'lcawisconsindbuser' );
/** Database password */
define( 'DB_PASSWORD', 'zayfCTOc4wLLZloAB8' );
/** 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', 'UZZ_O AQJ2}+bc@o]ZV0H<,I_*,mVl%1u04eKvS<dVVQtBZ.#SgUqrcG]6hQZO3O' );
define( 'SECURE_AUTH_KEY', 'Dy9;IWf~#ELwzRN[7bFdPhN[:?~>r2+ca2Ckb)y-YsOjfa_=6<oh7.T+TAI}1^);' );
define( 'LOGGED_IN_KEY', '|6GprQ:u1fEWfDZA0&Old]U(DO7oZ3yCDDNiO@nJk{~gkA*}HvplzeuA[w^n*xFD' );
define( 'NONCE_KEY', 'u612A4(4j`2>k`:Q;yQ_Qr<n0}LJ,2GQ9^%4g]WT2_ 2:>o6Fw_nr`D4*enG~}#C' );
define( 'AUTH_SALT', 'mI5 bh{R^~E!SnYip`M oNuBi3h;N#?~qF)&*.pH/WTO[(m0&:31K9V)QiQE7kw$' );
define( 'SECURE_AUTH_SALT', 'Rt_ x;,p>jtU=kH6p2}N:EVeg@0>_PN4oPTv)|M1ixlCjp}(i+<@faR<yqqV`Y@@' );
define( 'LOGGED_IN_SALT', '^TZ^%H|=Z:2<3Vn*B#yruEMPrXr~]@ZXNGS1]h5e$n&+p4:%c|I9;o{#J!DqR*cn' );
define( 'NONCE_SALT', ' vuIHd%P$ HL!AwS|<L!a8x.e?~k@1E(0]s2j=njNGkh ~XQxI<yC3HQhrOBf+8B' );
define( 'WP_CACHE_KEY_SALT', '{xU7sX&t}{mqL%L%N#nf&0fS9D`u?6<8EA]WUZX/`!k<Z!ks,iH[uH~-YD9{ov1#' );
/**#@-*/
/**
* 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', 'bZJLepHnld657EOIZwKaC5918' );
define( 'SPEEDIEN_API_KEY', '39f0dd624919aab42ecb93cb58565a5a' );
define( 'SPEEDIEN_SITE_ID', '28273e155d4fd56fec63fe15d4dfad13' );
/* 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';