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', 'lcalasvegasdb' );
/** Database username */
define( 'DB_USER', 'lcalasvegasdbuser' );
/** Database password */
define( 'DB_PASSWORD', '7BjYGSpI3UZkQ2KGDl' );
/** 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', 'kl$W/+d@p!-lid9hGRj_X#H>|().j`.s>enA$uCu3nRFO>XJ%I7#frUWcfPf!PS{' );
define( 'SECURE_AUTH_KEY', '8?BSV4N}olY2^/a}P5I~/6xK9o`yxETQ%/L!ano[WHEt*#?3D>qHpPp_`-+aW4oF' );
define( 'LOGGED_IN_KEY', 'I&~cZH%P4J Is_ep?oXyt>9@4k4YU-q1-KO1XX4sU9K |9/@1UeEj/=>xza_>A6O' );
define( 'NONCE_KEY', 'TLdY0848kw:( ,%[yMkHuwBL}|8dC,%U%tiK1u-Vae)>3a%w*t@)GDGBgI>rBAN4' );
define( 'AUTH_SALT', '(X7=u810f[ZjT~&BZ2v{Y7TJtCR:{cH16a#^9$ejI}w1IR(0dbEJHaN=~R1pSSD9' );
define( 'SECURE_AUTH_SALT', 'cE3Qf8,)?SL!KVPNWmV+H[EVB#_h?UOhd@&Z5i=yLFy>:1D>m=A=`*TyE~#pZnNU' );
define( 'LOGGED_IN_SALT', '`T3Tb<K%mz1aw7`4<Eb[YIA2>{Z;IT4k[j^}6bGm.7|m!!i#H5wgx5{gl47&G.^B' );
define( 'NONCE_SALT', 'L%(6jz#z*)QK*dGkmO]N!yJ3+q4&m-oT<3{@?DzS9v.e.I[HI&RiUB*+C5S8jZa5' );
define( 'WP_CACHE_KEY_SALT', 'q|3fMUF6;:5W!?d,r+Qk;i[7s(Fy]eWgJe]A4De]7S!t9Hb&eHIi-;BLx (y1H9d' );
/**#@-*/
/**
* 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', 'nIFIhXdbst0LgECnMzYF4JzND' );
define( 'SPEEDIEN_API_KEY', '66b17731a004723646d2fcc0bd2a4237' );
define( 'SPEEDIEN_SITE_ID', 'a7532b7b63b2501c32142f18528a1713' );
define( 'WP_CACHE', 'false' );
/* 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';