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', 'lcagilroydb' );
/** Database username */
define( 'DB_USER', 'lcagilroydbuser' );
/** Database password */
define( 'DB_PASSWORD', 'yUn4EKgrkGZVZUfCqL' );
/** 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', 'S|dv/Yz!WaF2Y3!S81T2> Q04p[cl{i~eb3 m^iAJm:/_f$o:!a~3@3QGBUWuPGy' );
define( 'SECURE_AUTH_KEY', 'JM$UhQswBvs-,y+k0gR~zJTipJ.AI.3rT[`3#L,3nca@lpdP]oGs_LP9K?b7^6iA' );
define( 'LOGGED_IN_KEY', '?w,:0,fB>)BQ?:#BW;(@.=#}`EZ<U-$Gr%9NeYm[(jqRXK#vuz^lQL>WI)jKHVEv' );
define( 'NONCE_KEY', ',5Sls;:opr9VNbCs*|@<z`<9<m8i6m%K;to@m/*=VQE}NUwEMiwL cD [6oh<-Ek' );
define( 'AUTH_SALT', 'N|hI4SGG!$V+O9}$*eOkD1Jfyn$FK?2}l(LVw-,t2ru5o=.|)K?+H^y}ej( btaY' );
define( 'SECURE_AUTH_SALT', 'AlR;-3i4Vh.KfePE5??O>-KDv1KZ&Gc>:X`dSh_B&@7VvBI,_T}K3W*ks,A{X>,B' );
define( 'LOGGED_IN_SALT', 'OX(&`m>WyS2fMB;/ora|Tmp=di/B`-QC$:.fyAj:YF>Zw~ajv!`L?vU5ld=uirMD' );
define( 'NONCE_SALT', '0gNyyWB|N92Bk>`u.SnTqMzjL~-F-Y.Wi7$T,9nry J),U^!vR4Lm5*Bzt-cL<U&' );
define( 'WP_CACHE_KEY_SALT', 'ae{|38X,|[h;-AY>tm96UKbjRis>:ZpC[ $`#oEd,|TfIGxE#61Q.`tI4e!H)8fy' );
/**#@-*/
/**
* 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', 'yrg4yY8UCMeR4h5jFpKq0nxsL' );
define( 'SPEEDIEN_API_KEY', '3cb2a08ea0221772902a61bcbfaaf1b5' );
define( 'SPEEDIEN_SITE_ID', '03844494722f32858ec818516cd9790f' );
/* 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';