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', 'lcanortherncodb' );
/** Database username */
define( 'DB_USER', 'lcanortherncodbuser' );
/** Database password */
define( 'DB_PASSWORD', 'TqxWyuuRzwFvKR61d2' );
/** 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', 'd;Tio [ h@JSqVD xWLB1n@nWt|K=|e@ 70X(Hz3@=gC&+noY3YC9c?q:;Mxhv&8' );
define( 'SECURE_AUTH_KEY', '}0--WYT<8f`pTMmJWR(!WJk-vbZ6JC%or.r(FhDiQ+YqUexxl&s>tnC%1-T7zR{X' );
define( 'LOGGED_IN_KEY', 'Yuz2iXDZ|{BSX6iT!1u_s/~8,nW#tGKs`Wkip(P22yrk+gEMRH}6~dad5d|vs(m[' );
define( 'NONCE_KEY', '459>7zjhS[L_o3A C}Ubg~l^Cm{8ikDrO^lnyC>wl>w7;q]iPj8b=z>%rfY.4D7g' );
define( 'AUTH_SALT', '6Gg87WHR`M2sj:F<CV>/LAZdDE3cP<Tx*seGb%>o4{T;p J*(Z(w$Z6h*9r@+AkM' );
define( 'SECURE_AUTH_SALT', 'b[+F$5nYa(nwC,iLjV/`k*[}8p%:R*Qat-fRHIr?*XpuMjhTCn-2UlzO|Ke5ty[(' );
define( 'LOGGED_IN_SALT', 'mQDvOE?ijh^Zy3<I6(Yk#-H@):_I0^#gda}$._qf-c:!}j9wI{O24?em,u(u16aD' );
define( 'NONCE_SALT', 'Zg#D_J@&<TPm!D)@WRBaW@mStD ZrYs:Z:i+,=%651>SEkiAMK}1FT{iA;k)[Nwc' );
define( 'WP_CACHE_KEY_SALT', 'Gk<9A4<(tf(*g%$c>xeX33G<f<,oYa_EL0M]J<>90y9p4-! f,v;X*0GFJU5p#L}' );
/**#@-*/
/**
* 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', 'CxDrMePeYEI4fmxuPWviPaknz' );
define( 'SPEEDIEN_API_KEY', 'b5f75b12b6b9a66b569016d549683e2f' );
define( 'SPEEDIEN_SITE_ID', 'bfb760a5582745dc18d90dfe8ec1d7a0' );
/* 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';