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', 'lcachicagosuburbsdb' );
/** Database username */
define( 'DB_USER', 'lcachicagosuburbsdbuser' );
/** Database password */
define( 'DB_PASSWORD', 'fqIb9dbERlPHgthK5T' );
/** 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', 'kQuN<kLI.KM`e-~T0<}7EGzIHfR}N^WrI`lq;GK(Dg:8f*zD$tUo{5+oG 6-4;K6' );
define( 'SECURE_AUTH_KEY', 'a)nabnF[}i#;<484v_zV<7QgFZr3X@HhBlfaFW+ltWf2 !|elf5w,#Ixy;0p;$K?' );
define( 'LOGGED_IN_KEY', '1Z054N[OJEcH^#sB-uhqq&q36mb/~I/7VNL69qp`y1(.NpM5h&2#xPvFp^{DQSr(' );
define( 'NONCE_KEY', ';8Ub{_ X&=GozA###?BVh{+SGkvEu5}sV?giT6`BR?.JX^[0e|fgp&%k|q4Bs5~B' );
define( 'AUTH_SALT', 'L_CJ7d5[B(.0A#Kkz$d-SR>/I s(Qm.+Gb.=DY8CjHjMS6Ka}(>AygilDxq3?bHn' );
define( 'SECURE_AUTH_SALT', '?(]<~LuvW2R2.C!xl7x|~}NfeLW/+s,Sqa@h$j9=3J8ELud3T`oE/@qyGx#/2O*V' );
define( 'LOGGED_IN_SALT', ';iQYNIMhT=M|SPmM4U/$A]O3n$VG(ZuwBzM%m)LCtVLMAq1|&qJ#}v-J>O-r>k1+' );
define( 'NONCE_SALT', 'u_j20JVRPiG;!-GeGmOj?8-&;ie#b/1]odec)eq)LGv[$ds:jn,K0$:Gk[g,Dd r' );
define( 'WP_CACHE_KEY_SALT', '!!?N23FQ)XDL/$:e[i,r|~ycX/0j]x]br}(xdDq)%6Bf^5oC9nFj 5&XYF6~Q8,7' );
/**#@-*/
/**
* 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', 'WUIM1d4Hy8zcKRKEbd6ozDqgB' );
define( 'SPEEDIEN_API_KEY', '7c8071cc8ba820a6a65684b3cb17ab72' );
define( 'SPEEDIEN_SITE_ID', 'c295d29becc6140c7b4dc0c34b457d23' );
/* 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';