File: /home/dfwparty/dfwblogger.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQzNTExNjUuMTQ4NDksImV4cCI6MTc4NDQzNzU2NS4xNDg0OSwianRpIjoiMDg1MDZiNzUtZDVmNC00MDI0LWIxZjEtNDY0MDBjMWZkNGNlIiwiaW5zdGFsbGF0aW9uSWQiOjcwNiwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI4YzI0OWQ3NS0xNDY4LTQxNGMtYjMxNC0wMDA3Y2ExY2ZlODAifQ.VeR0AAkr4NGS03KIB0gVFI8Hx7Kd7te_weiGmLqnz8JAvPhpS6bI3Af1NVGrCYLAaKC2vsxlx0kB-pr74TRFh0nn9cz_HmtHUvqcvH7dKTuOBugDCBzf4wEBgMnJ3CvjqdnNgwa5gqFm2kPK88S2zbcv5rl4PlH2dliH-Wi7Zc7VSdv-8H1l2agZkhFQAMOv39S4M8mpgxTWB7YSF5pEfVc3rtfLQbYE3_YibxYLMrRZ9ABRcxJvcmXZ2O2SqELwJzTGF6jeIbOEV_2bEE4G9an-QJz-BKj7c65rjCEfLNjlYPUxaC2YG-4-eAbPafMfdHUzFv1Imtutm3FQivBW3DjrMvHUOCp7xIxeGKquzrnR3eejCLGLQ1QiHRAX98wcgNj-OsxxcczutXDMn5z4e82Mwes9T3f1c7l5pgDsXca9ByYegJN8Grbca-8F3ljbslWs6cj0UhHi898FE87Ag4U_48ovAzlnmEcTJUCgSttkvCQsqiyGll2cQQd0rJzgaXf2PpPm-l82iWw76K7VGL2051lCZSqDaxmEz5BlGPbPULtaDWY_9Uwcn2xyfmLg1zcl1myVizjM1gqzmFxDEALWBhJT6P4hrHM3W-fxmjGkDDIMVX1EikkdmeZE2Kdc7Gs56L6GZqRozVH2RQQcJy3RFIsVVhpMsmrAwHuQQI4');
/**
* 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';