File: //home/dfwparty/dfwblogger.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQxNzg0MTAuMzM2MjQzLCJleHAiOjE3ODQyNjQ4MTAuMzM2MjQzLCJqdGkiOiIwZDQ0MjgzNC0wODFmLTQ1YmItYmNlNS04OWE3ODk0OGNlZDkiLCJpbnN0YWxsYXRpb25JZCI6NzA2LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.WvpPSHPt-NStznAJcIIzCxZnSqRyqxWgMMNkhoAzzcAfh7W_HoRKrFfsBqJj6p9TqryFOVls_olJ-4SnfalszcLoZHPlJEH2Ds6Yhqjxe8AEpZesM4bFk99_7WVHkBQ4T8mlbtH_1t7MXxy7Ah2yhkndybVtMyWjP6eXHVbKao76GebbkZpa5wvn4o1qQkOdAdEGxpKj0XipQ_aF162cw6T6DzYVm-1Z085GRFVKPyROiZMxiciaSPl7FkXiyYhWb6fvit59iqaTSAkNNee_m_utQy_rsy1bT8nyRfj33teNzf5T8wq_R9oO6ZybqTQX7DVjmzaHlTpzRKKR38_GtUDSnRdvX0iDp_QalJHTWGVDbFqz3BI20XYjOwqw-j2-uQVeJz_BOtrm0Pxex2COkr3bYxo472r4WvLxea12AOykywYf_qfIoFrqSekf2kQYEjbLCUjbz2Xx5LyAr-pot5rxl1-6uaKXINixF53ni5uEHwUwWqevushBCeevLQQPshlV4BEsvxY5E79R33LoUFnKt7tcDoq4FzYlEoSLgYwnxbW2zqsAWrdJB_9SVCIrW3WZwsLx0-jCqG29Yq_tAsxiEW4y0Dc1EIVJeOiTayprea2-7Yi57pfDByb78RvQLJR4MyXw07_KYmoBaJYk_N5wIDH5lzns2ROOVF6jibs');
/**
* 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'dfwparty_wp827' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp827' );
/** Database password */
define( 'DB_PASSWORD', '.3-Z8p24S5' );
/** 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', 'lbjdfmvlgdhcmiyqcredqba0wu4aoo9n5n4xjk0yoroznrltgnrqz72ppukpccpx' );
define( 'SECURE_AUTH_KEY', 'x9gwn8l53hdobaopgsp3a7tkwpqmqsl7k6hje2petmorltsjdnchickha0xsh7pb' );
define( 'LOGGED_IN_KEY', 'ipzrnihsrcr2yt7crszads4m2dqf1sgtgwrvozkfottwx6ql4ow04hhf8enmfm8i' );
define( 'NONCE_KEY', 'd7xvhslepypxjjqms0a8bqemxp2a5nmlcb2pks2ynmrhfibwciuml9pcopaufdqb' );
define( 'AUTH_SALT', '2nlqv2bvrbpakjexfe2e2ea0amyqg1jtw3lzbbpnhei4txoopwvbplf8vu3aks6h' );
define( 'SECURE_AUTH_SALT', 'i4rtpxqkqfd9jsu2htb1zurechslhfysxywihahfarikew4ebug8g5akyavldzil' );
define( 'LOGGED_IN_SALT', 'ncpp9qrzzwlrro99jteq3gtfbmbgeebv0x9adke9yvpgmnfxjk21afoc9x2hbw2g' );
define( 'NONCE_SALT', 'emyyfudseqie8keygygkzpjxnqetutj4nltv07iz2q612d02z3fk2cu4uo9thwpy' );
/**#@-*/
/**
* 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 = 'wpmh_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* 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';