File: /home/dfwparty/candytheclown.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQzNTExNjMuMDU2NjE3LCJleHAiOjE3ODQ0Mzc1NjMuMDU2NjE3LCJqdGkiOiJiYmM3NGMyNi0wMjg5LTRkYjQtOTIzMC00MzY3ZDhmYmY1MmIiLCJpbnN0YWxsYXRpb25JZCI6NzAzLCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.dSP3YA0Gvbo52zoHBzasWCI2oEFC-wpAvPIXhvHRC1gStApiVEBwjiE6-8WeOdw0lyAV5qz4qvGgO7XwZ1D38p7FTqHz3poy7dOQa7DOBLGrmwQa-rLLZe0MgwzLBSW3G44_KbLWEXRBIEXLcbwzA2LHLltZYBb8YYw8yPK_HI82SkcMn2jF_6m7lmS_uxE_3-j9lOkXKsS7AhjFT9nC26uyRtzsV7XktdTE3z5rFYu_yC6Td_x69kiohFDOYvRAp9qZjDYDs-5DdeDGRsOxX67F2kmGmUVCcAi2CGAbAi2JRU2DJfWVr6b-JTj_Gi0DLCuTlaIHgExDZffBYcXqyUfaPSyqCojhCfFh7ge1NKRkhD8otSl5xJZRcypIsrk4q6_rPOtQnpIlBNTfUVAOypRs0xXlVI3FhJYrxp3uF9bC9fw9QgwQ5mbNx7gn_2o-6sA1NZfpxpZGUkaYs2wa1eaecCOQ8G1mme9MCTtqjdOtQsX5kkuf50s0mnNzY2PbyhXlyK7hFFR9m4smfI8b88PY-UNsIRFrl4sPpIzjCUJJLDMJGcFjL84fB_yzbwmTkVBY3_2dCOgxCJCreWxXvOYG8joNZuKc83dT_mzQBa1CqPuws7evcIBN90B_-cfFb7dDbo5KK4kdrK9JadplWby7-0YaGMOKPBg0LlD12fo');
/**
* 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/support/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_wp559' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp559' );
/** Database password */
define( 'DB_PASSWORD', '-HS9p[j724' );
/** 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', '6ggx4wlizgamyptboowzkuhvqdhlbefio4ai6a5mvmynp0sguwhwyw4ulwdo3gkv' );
define( 'SECURE_AUTH_KEY', 'd8lizlsoc657urz3szplttadbknwvmcielylqolpqpcthnhcwbulox77uiohbaig' );
define( 'LOGGED_IN_KEY', 'zwldwkt4hcixryxhgrww2cmbg6lxmhgkfkojolhfthpkhkdpctmxaasdsj3ympma' );
define( 'NONCE_KEY', 'yzczfxdzdtplh9bxhf9gpy8trbkst99s7cyxuvlwiopgte2pkevvimcybcyfagdo' );
define( 'AUTH_SALT', 'oigcgivrncqkkeh5thst2blsw5fekfyksqerbogp976htz6szqhurnrrcxueyo2o' );
define( 'SECURE_AUTH_SALT', 'rhnbjzjgwsk4xhotrwatwcikyesfj2xenq5xn81vqckotk9vmjanifwpngojx7n0' );
define( 'LOGGED_IN_SALT', 'p244wvjtby6m8kynrfecd2oyrlqd1x074yooennd15eo5prlqgcrxd1i2tq1leaa' );
define( 'NONCE_SALT', 'mnaeuogamz03uex0lo3sly6cc9it8gyrzobmvjozcfkzinatkko0jcofo8tphuwi' );
/**#@-*/
/**
* 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 = 'wpwx_';
/**
* 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/support/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';