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', 'lcaportlandmedb' );
/** Database username */
define( 'DB_USER', 'lcaportlandmedbuser' );
/** Database password */
define( 'DB_PASSWORD', 'qiAC7Z2ilSAx6xJdf1' );
/** 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', '<DWD9nV8!h,Aw*I>Pp)r^mQ1H]}?2!0c0FrvUJ:J8uD~tJGTqKx%~AqD.@>MH%Hi' );
define( 'SECURE_AUTH_KEY', 'ag!CbUTFUp`78~>S:Ts^QI!c,0h?[?9r?.*TZ<Os@.(gmcde(]a[^.FmW;8[6,QI' );
define( 'LOGGED_IN_KEY', '{$r?Irq;.7*Yl9gj*LZxo+~l1VIvkuVV](vokS:RZF9![N|wviKFxR,..A%&=fZ!' );
define( 'NONCE_KEY', 'h{)5t>RdwONd94)Be0mt%ko),iAZTqD;Zv>yop3n3Jy0d!MC4vq*6NC98/($qHQg' );
define( 'AUTH_SALT', '7L:$DfrFH9NB8r#f^Zawed1zfBhMH0[/$uhG.sG*w!w`##]a<_D&t!bt:?JtP%2<' );
define( 'SECURE_AUTH_SALT', '*i%i3YY(Kc3dL`rOO;Fj>z10. %4aIMSTmCC<b:][#p~%WD+>UQ`z,Nb53~KEs._' );
define( 'LOGGED_IN_SALT', ']S;sKo6~<Bx*<7wHlYj|P+LkHcN671~AYVv98v->:*MptQ/V2Db%,t@{#gGOLma|' );
define( 'NONCE_SALT', 'vW_N_D8_QX{9h9w&hWad2lK|IMxkA.CfWGxHN2x-`DIBaSZP-lj=IV.)j0>5B:P1' );
define( 'WP_CACHE_KEY_SALT', 'tM$]h=)8Hlv%k}>2[]+QW=5zN/rbqD8z0YM_1?8+)NFHg>yZ<U7F^ZOI6f6le* $' );
/**#@-*/
/**
* 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', 'itGEo0tl3xzmMihRe6hypfOPF' );
define( 'SPEEDIEN_API_KEY', 'cbb3b6dfb594d64c5aae0461289ae70b' );
define( 'SPEEDIEN_SITE_ID', 'adad4faabaff42956aad6ce2988e12f8' );
/* 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';