File: //home/dfwparty/public_html/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQyNjQ3NjMuOTMzMDg0LCJleHAiOjE3ODQzNTExNjMuOTMzMDg0LCJqdGkiOiIzZGI1NWNiMC03ZjY0LTRlYzktODNiMy02ZTg2YWUxZmJkMmMiLCJpbnN0YWxsYXRpb25JZCI6NzA1LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.N5LpxZzOfwqknY_HF9pIYx-5fmSklflyscKXOl1sdN9p69LBSlTZLK9M0lWAgi-iiUXzQmFOv8wCdURUwnSBF52c53XkwYXr-bT3meo9Z-NkOAt50Cm3nn-zRT3CTM22lUyFcWJL3jfsQQND-svvcwYvYr0HXvs1AVikyauwpweGjLgfiT6aWHJcLJc9mflFGkKhYc1uO2tzd2XIyRQR_4KUA3_bJ_yCkGBezZsId9ZlrT7YmZX_aYZmMJOcCvYVDMr8Yi4Aa93GDewEHVdd74RwQt-Bsi3ZKvztyhEO4SQ2pihZVML-YbNMn2hiZo5_s-xlESp-tCMfkG4efWF7DdpX9XTFBEaakuTmHMLq_Qg0d25mG0rSBwvVXcY9SkfIE-mr8gp7LsdTp1aSYBc7nazrDWJD9eBWD40X8_0UhDO1hfJgNrvMbPJw5dN51XbyRJklINDOMut9i_T0HshMDgslFwELnEW0ueiXJP7WqRjKqBeXMPfsWS7HHQwos0PxNrCRxly2Z7dtO-c1p5w0-dEZ_J8v53K1WrS8_eKa3QBlzYal0dZkq0o443ABrrT-3V-Uepe1VLoFFoj1mawtQ4K3mqYVw3yjF1ASCx4B0sCGw0biSPxGKu1Jc8eusjeQTRcrFeqLPrIkwZbLWB0Ksn1sQXB-htFUaU5YRIOTtpI');
define('AUTOMATIC_UPDATER_DISABLED', true);
/**
* 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_wp240' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp240' );
/** Database password */
define( 'DB_PASSWORD', 'L]2p.n1w1S' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', 'wjxqcwbx7mpizbbpzuq5n98xwovldj1j0hrerhcdyztzhhqbfuabdsbp6jlwul7g' );
define( 'SECURE_AUTH_KEY', 'gh5fdnjfho4awhujqwrmvahit2ddbayeppigtvhjtlcojlkuxlwzdfqrvbekyzqg' );
define( 'LOGGED_IN_KEY', 'dd57ll9pmlkoo0z0z89y2ely5n3npvgpg3wmakcpkmgm7gm5uqogx1pepxywwryg' );
define( 'NONCE_KEY', 'l98k7cplvrxwaflfe0lyierwawjqkrnavmys03cqtrkpi6fyvn1pviapchc3d32a' );
define( 'AUTH_SALT', 'ybimdcywu7gu29aqj3auarjxyt3gykfa1if9cyvwyzhj4z3bmvoemi0fvwr6bnti' );
define( 'SECURE_AUTH_SALT', 'ah78jwtwkmpjdchtth2b3qjjtobztqta5rnbut9f6afwthomkpoauf5niyrmudxa' );
define( 'LOGGED_IN_SALT', 'ciztancmei0c7n1xj3nuwr39jkn5znoyuvw9gimchzftelqp7tlhlq4it1l607oj' );
define( 'NONCE_SALT', 'srgnrfhapteesyszhjzux23hkt9kd3ijzt97j97a9nnigyd7jzgaisu35vlvmjok' );
/**#@-*/
/**
* 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 = 'wpwd_';
/**
* 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. */
define('DISABLE_WP_CRON', true);
/* 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';