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', 'endtheignorancedb' );
/** Database username */
define( 'DB_USER', 'endtheignorancedbuser' );
/** Database password */
define( 'DB_PASSWORD', 'CSsWR17cyo8KqMAjoi' );
/** 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', 'jR>:7t^vJ&w0x7]^X;}uC5 F6OF79UN(~%Kp1J=BWf9%dD0wcd0]EZa^)S}Lfu{=' );
define( 'SECURE_AUTH_KEY', 'uBz1ZUF-.e,Ocjt&JwYyDR/o/!FOb$kJ{Gx9qm~mi|Y,Rx8St|/#{)crMM`.8|Z>' );
define( 'LOGGED_IN_KEY', ']x60x2m/+[z>g:XT}QqyKAG+(m7F#~X&?#!n2)#,a;$n(L3]>/9:/<(u&0XH7lfn' );
define( 'NONCE_KEY', 'G6J.xJbi&.{PURA%Q-U:br6pBGk!7Fkw{U>?|)iDD ohi~eHNf~obk,apK%[u{d(' );
define( 'AUTH_SALT', 'VBmun3x}Xz`{Ob=8Mo1/v.;9^nW=8.l!VrL0Q_|Iz7l_K_@|i~z3A}7|A+aTcCxI' );
define( 'SECURE_AUTH_SALT', '#xO)^j+@9-Fb>fd!+HO*2x@$?tH|xAWl:~&fS*S[y0+{wC+K!.26I`F@3dFer(mt' );
define( 'LOGGED_IN_SALT', '**%4o)=bIEiA:(dT9`IWSh*[%/Qt6pLKOT:4ca}V:iNviC9}>u6h:0<*.FOM6 M+' );
define( 'NONCE_SALT', 'G<!ASnTvXj@&xlF7Lo,+$q<7x?*FTMj:>H:bYU&}m|2 C@QW?|R{?Wz%X3F>VYyo' );
define( 'WP_CACHE_KEY_SALT', 'If_DSxfo-wjmHnF)Z Ao~~U %;g?_$d lQahmy=IFFm:LD^rp:{70]N9L5E--nU(' );
/**#@-*/
/**
* 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', 'VlMTxFecIH2D5ae3svBqGiI1K' );
define( 'SPEEDIEN_API_KEY', 'b80b3b28575ac93efa6193a455eed793' );
define( 'SPEEDIEN_SITE_ID', 'e49eda1d0e190e04d84334029963333f' );
/* 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';