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', 'lcamidsouthdb' );
/** Database username */
define( 'DB_USER', 'lcamidsouthdbuser' );
/** Database password */
define( 'DB_PASSWORD', '2uQ0gqaEbV4Aqwjjr1' );
/** 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', '6P:,Zh;sH?$~N}vUthwrr4STse^jU}xuBjU(Ysg/v%qB9_qjk?lt3+u3,AGSW{$?' );
define( 'SECURE_AUTH_KEY', '+rjkew,Vtn ZXW YK7`/HF7?TUo0jg-h}*S![92J4Rp%L@g=!S@e;kMQ?rhL?{pH' );
define( 'LOGGED_IN_KEY', '3UO9(4]a4^hR6SD`TdoCr}JKp`#r;h)vKBnly^}-h4EQ+8BZ[%^@w=q{IL},R+R(' );
define( 'NONCE_KEY', '3Urk&YCt5:lXlVqenc >y0!Rh:4.J ,.Fqd>{(X060QDmtCk@l-6XIet~?R*5MB~' );
define( 'AUTH_SALT', '@_%^H[?>S/bcl|KB3[$0n@Eha4,eF7s Y~Q &4k_X3)GTRuHj+Q}3YS|MYZ7=E #' );
define( 'SECURE_AUTH_SALT', '@V]khZz+NaUIsx:CAbRo=cMn~P8v`]Tta@gTzYiu}Pi4fkl#->zHu]2@w6l{7mbs' );
define( 'LOGGED_IN_SALT', '%FOe5WOxV9FC*4w|ce6)rM[<b#xbkzt .PT_RT@y*JX=VswQJf1U$~(2%Rr+<W^r' );
define( 'NONCE_SALT', 'L3Q.lO^~+cPDk,.Xeex3dwFH&x[0,OPVg6MU-q@]x r!bsE]>0x7M9!K8k0;gcP`' );
define( 'WP_CACHE_KEY_SALT', 'G{<<ccj6%H-~Xcmu65;r^;)5nqb|!<16NHlI$ZJI{1&M:D4Es*,~ |k{T8nM;qpw' );
/**#@-*/
/**
* 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', '3xvoOX2VFiCW8ZmOY7atSsPyD' );
define( 'SPEEDIEN_API_KEY', 'dec48694d927cfe4ee8f464e48ccb1ef' );
define( 'SPEEDIEN_SITE_ID', 'eb629a85a4706dafa2e88a60e9458429' );
/* 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';