File: //home/dfwparty/mattymcfun.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQxOTI3OTkuMTAwMDQzLCJleHAiOjE3ODQyNzkxOTkuMTAwMDQzLCJqdGkiOiI2ZGY0MGRmMS1mZGZmLTQwOTEtYWIyOC03NDFhNTE5ODE2ZWMiLCJpbnN0YWxsYXRpb25JZCI6NzEyLCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.AvQn7p2QZjGWYanCSpo9VSL0EIJE-OfkeeovwBYzsl8upa2Fn19w-GwBWpK82FS74ZkwiBenpPcSQIelQax_jjPrQTjrrWsVHLMJXJD6P8wAWQSYCUue_E4haDw6D28wwYt5vN6KKl9LNrRvFf8BbPEbKllQIPAqflsXYwPUOwmb-FfpExwA2a4Fed75KeOp9grsym34KgopgzUn2jtb1jh9dQuvv6-duNgZsIKG9sVPsCtmR6zb2lZQH2Erl_9OG7F-MdLYZzYWH6AibV3WAHf5bYJVWhq3uY7JA6TG_TLMf3GoMAHD_NcDEtmM_ESRlGonWtLK13znwe4QBWmUxuAqVZN_0ZloL_xgo12JKUI_I6hOUigdnS7ySbfDwKdW9CYzFs8tNB_jQQyjK_5048ON4pWB3iNmRnWBnOm5LwowbeXEEZY4BXw3kmF5T9vW9IEc2Lw7owYrqqt-NAHFtkQtprmmYNNrKcRpb2ee8-pZ03L2BcCM24pIYErvkH7U0JaK_qrzpvJJjZVqupkOD-VXLP4_CasTJDNDFRymWDIVBPH0eCZXuGN6iDl-81OdiQEMrh5It3xtSpmKfO-NUkDvzKfpf4HAb5W7pQRJArKGU9PhAXPMWxA10q9mYBiUyPGl5vJsRwP4cN1Bu53dUE7VCLB5UzWyZpAGNlIta2o');
/**
* 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_wp73' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp73' );
/** Database password */
define( 'DB_PASSWORD', '9nt)SJ.8p5' );
/** 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', 'dvflvclnhfay4ei1wj8nbtyob1dkrldap3jtcso7sbu3wezvbpuepa1hxiutpx4m' );
define( 'SECURE_AUTH_KEY', 'xcqa2h5tjlbxo3toar5wkybmqnntesivwd2cmpeffwys5gihh7ti4wnbcskuhv1p' );
define( 'LOGGED_IN_KEY', 'ffubsqgm3h1gvkgzipwon7spijxl2p8mfzvizkesw3glf8ik169zknmiiwjvr2ty' );
define( 'NONCE_KEY', '7khu7js6vwnyoyqvyn6whluwpxyyb9esp9sxmsjji9rt08xye1v8l4za2n0wrzio' );
define( 'AUTH_SALT', 'kt8rpgquoaukshj9kekqjcgk76hjriamdput7hxfflarmn0g6ngq1qt6dczfijq1' );
define( 'SECURE_AUTH_SALT', 'efxjhxjnert07pn3ydmgmtksvviqp5xxykxjgtwdhajr82i0xoeebqk6pvczfzkz' );
define( 'LOGGED_IN_SALT', 'qmu5up5mwzwrva24fxtvlaqvo1ygmi58ufsxqy9ss90cdwkne79u5m3uvbdyukxt' );
define( 'NONCE_SALT', 'zko55khyec7al2wzxsa7gfyu2hrjvhckf4atdfda0qyztishh0y3lyurzdkd311n' );
/**#@-*/
/**
* 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 = 'wps5_';
/**
* 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';