File: /home/dfwparty/magicalmatty.fun/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQxNzg0MTMuMTUyMzQsImV4cCI6MTc4NDI2NDgxMy4xNTIzNCwianRpIjoiYmYxMDQ0YmQtZWI2MC00NDg0LTg3ZDctNGFiNTZiNDY3ODZmIiwiaW5zdGFsbGF0aW9uSWQiOjcxMCwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI4YzI0OWQ3NS0xNDY4LTQxNGMtYjMxNC0wMDA3Y2ExY2ZlODAifQ.5RsImdO6HcjzinkkCG2jRh9nU9tWOGmLBppNWhJu_loUiqNmd62JZxM1viQ9WUPnvUouxfouXbvWow76nru4sVS5GTzVBfC9gQYJE6v4LZDWv0u9tL72VcHMMAR39H6ZhVvqUIE8xGTVgXbTeCS3Jecz2BiQ39rQsfk17G2qZ4kGT6PrAM6Z2fNZDUQ3Iu-DRd-7pJAvdKwjGu8K2GDwnY3Pl92L8psFgP7HpUASGDRwYS6uLiY0oCdTsK2tttfFxQwaQpwhu7OAuxKjAWR3LR7l_0nuD6g5CpE_g7Ugz7wgaObBLEtd0KY5Ad49hOCDUl10DMOfGwJ3JDQIx-I5m-OFM2rsopNYBjFXhnwx3SgUSS20qCW1IP86JfsY0k6hJySUM2bWvFQhEa0yqqWSF-TiAQa8vkppy9ZrfU5wgB51si7r3jtK1LrZv0zvga4JLbVPxU9BzJJET0eSxYMNPEEIZeT8XKbot5Kn7gDLemaa5jmiGu-pKIn4BJFHbfxXcNE1tURaY0GyfshLxSHPj-42NxtInztXXqL9L-ma6egWsEAhK_YBz6P9Kycy0fT4RYbiZek3jKNR5xizpg7JZblNJHR_vCsQzalUbTSvh33lomPIvsJ6C1PS72ALabI6A4x2oUgXfz2LGOpzSmrpyaRRUuMEDnFR3r3_HR470Vg');
/**
* 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';