File: //home/dfwparty/dfwblogger.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQ0Mzc1MzUuMjU2NjY1LCJleHAiOjE3ODQ1MjM5MzUuMjU2NjY1LCJqdGkiOiI1MjllN2VlZS05ZjUzLTQyYmQtYTVkZS05ZDlmNDIwNDgwZGQiLCJpbnN0YWxsYXRpb25JZCI6NzA2LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.S5h40hxSlIO85KnLGWzrWPbSbgRJw3n47Mrdn5ONqy7Ilu0Ac7hzPb2Q7IaA60PE-PFxCRjNqiLp1GF-TbV6doURbdyV8478N55dRWtOc0BRmQsX4TtpdRs7-gwhgfGW-xo9yd1NS9wLTAxO4STRoI-eOYviURKCn6-dy4p4u1gvE4pYynHycTdgVZc13R42j7t-evJKRlXR5_7DsqmbWGH1JwkmASylplWsAJlmUjwBN5kSU2yeyGMuF_j8JuxHBFf2imPsy67DKy7Y3raPyyL87VMquvIolskngURjWmhGaCkfU-SUP6bpn7ujarFT5Wu_o_bin_bxR-_zZsUPzMcySnq70YlYpH-QJFygxOwJuplcnkC6aLCTEvht672ECr8vTXdJSG7p1Mvyb6Qr-go1Vwkn4RwqrYYnXeN2I-570ZWxjHB_uByC8kXiHmDTk13dp39GQllx8OvptvzW67CvyO6lx-8as478Ydh6F7Mzna8dWLtkHDYxS66hxyx7jyryW0inVjNH8KE5fLm0DNkfa7z3pa7dmB9mt5enLn5vJdSXEQsm-dnIhZNbY11V7loDT46zdi0ZE8R83NsAputaOi-asHei3zbI_QLIq8B4XYzHZfQGE-QiUK1QA-CbRkgHa8FERqMMIBtk_Y9GbHgFBj4l7z69LA-_hABtrEU');
/**
* 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';