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', 'lcasandtonsadb' );
/** Database username */
define( 'DB_USER', 'lcasandtonsadbuser' );
/** Database password */
define( 'DB_PASSWORD', '1eHX4wiZukusURwcwK' );
/** 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', '[4NNkA)M}k`6#1OEcl36VV:R03f %3!9A)ovJ~h:kaR 9bNhhZ*.}gKj_U4zUHMw' );
define( 'SECURE_AUTH_KEY', '#d&:|kKP2d5`H)W}2EDkkpTT$j)48:ZY4|uvN]*]^sL#-D2&*pOn(Ak,M7U9JBRD' );
define( 'LOGGED_IN_KEY', '(f(;TDG:$X-c!2y+3?S+P$Ce_2mlra!7S_R|`jXG:RI5lEAL71FI@*{<&NMALTL?' );
define( 'NONCE_KEY', ':(sO#m0+bm$k!e3tL-%V[,UR|e:a~]X9$FGZ4fLX?]1@Q;z6icoV;^ev~ :1P_<Q' );
define( 'AUTH_SALT', '^zHg8dw?pe21e(jXq@>g4TsktEr-{83YU&M w.EP`9?es?w k~allgZv5>?|.RaF' );
define( 'SECURE_AUTH_SALT', '{rkGa&d^w>X?CkmQlH|YA5=vy5*w)c|w2NUc^P:%|hL$>iMWQMhWC;&XKhR:+xK@' );
define( 'LOGGED_IN_SALT', '-Q{n2ge},9[jZ>IGm NDY?xuC6jUY3a[GGr<>8y9fnRpE{R{OemiWTw1O%VbDJ7H' );
define( 'NONCE_SALT', 'jRz}Y==;v*&zO<FU|tuvx[^^;cEDg!(_pt>mpScpSC yiUbX;PK)rO5wufx=%|sz' );
define( 'WP_CACHE_KEY_SALT', '|nvx#*bD%LvNq5 jUs#TFQD{`8=eKR:(DauYxj-J!qsWkbh<9=gahy1%B|c]+,u]' );
/**#@-*/
/**
* 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', 'TfMeUCgUAUrxHPvz3vMSEDi1k' );
define( 'SPEEDIEN_API_KEY', '9ba1bd3bf90cf8a8d319cb922748ead7' );
define( 'SPEEDIEN_SITE_ID', 'e84d967c512090be0e97dd3dbbb90cc9' );
/* 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';