File: //home/dfwparty/magicalmatty.fun/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQ0Mzc1NDAuMTYyMDAzLCJleHAiOjE3ODQ1MjM5NDAuMTYyMDAzLCJqdGkiOiJjM2Y2OGJjMy0zOWNmLTQyNmUtYmRhOC1mMmQwZWJjM2I4YjUiLCJpbnN0YWxsYXRpb25JZCI6NzEwLCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.SeNgMOrCQCsqc_fKlL9GhdGb1si6J1qS00Zdtd0aO8G_CewWAybPkl894-EKJzVqDy1xDrclLRLlrUlgvj2NW1nWOXyWEVRp78dZtjS75XoBsHDA_3-HsLLUeLW_HH_3ULs-5T_6RPxtOfBOyC70NUnL6sbAbwb6dtb4_Ymlii3RiUgsOT8mLkzywJETZRzfTc9TLGDFWCOUAji0uRZAmDZhnxRlamS2Z6j60hbOR60iuAt9k2jprDBepCH7flOR2IPTnz-xmMwxEqjYs05O5rTazaSvWKnulzw7wtXnPMmuRqCER6kmp2RdrB6RDVvy_walBvjMpW3iKlhYpJsjkZf29SbABUrVn41mB88entxPhLl1KM8cccUGzlhwV1tlAKR6Ksl92who_BL_DR7VVRXikWxxAhQhlXUI85d0DjvDgl1RzNXsJ8vs3iiPjlLASLbbIYD1OPArDAQGDzwiQcApdD7Oc9TV60fUPMwzEA37aTpmuJZZ3_85CaA6V3iWFyqGRxz9_wnfJIhTfXdcN3qUxssU_07_RxzRQGkEZRcUV4h9n1RuVmwkXD00uxk7o0bU6kbhFUMBcG26rEUHrnCrsTnTAgtaf_0a1AKk57aMtWh5Jn4qNV2OqOXyDiC5eKTm0IXivhDnPx6zdAM6OZQwSOQfblL0unMZaPz21Ng');
/**
* 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_wp283' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp283' );
/** Database password */
define( 'DB_PASSWORD', 'Sz350[65(p' );
/** 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', '8fzfwxeg0a0mkkz428jxtc96okgqhx1hbl3a1hqspinlghqzaiiyvoj5oqkqy2gj' );
define( 'SECURE_AUTH_KEY', 'iy1s9qdpaj5xqnprdkbvlzecggymcgamusyjn7ikvz1psolfp5om2xydvo0qk6lf' );
define( 'LOGGED_IN_KEY', 'jhoztsdzrd0oazqkajo8rlzacp7vv9ltbdfobxaxo3utpiupyqhup4rctb1uusb4' );
define( 'NONCE_KEY', '8mq4do1txft0o7sxhyv1grqazo2em1g81bkr681zxphybbrebmjx988w8dzknqe4' );
define( 'AUTH_SALT', '0heelbt7ktfjew3s9zg2gu4lvgzlvzuqvzttba5lnjdr4ktvryn0zwpqxboqb58i' );
define( 'SECURE_AUTH_SALT', 'hdmwgtdlyklhvzz0s4gcs7wx69qwpuk2ermsv9zupqksghhd1teoabpc1fgxg1yb' );
define( 'LOGGED_IN_SALT', 'zihsaz1wlmhj5d9uj1nwfnenw16whynbg1rvktkfbtmt3q356rh9kuowbp1z4tzd' );
define( 'NONCE_SALT', 'x08lstx6afsscez9s0yr2tzjyfuipvlpynftzzdtivx50u3yvurfkldqv0nvabdl' );
/**#@-*/
/**
* 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 = 'wp57_';
/**
* 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';