File: //proc/thread-self/root/home/dfwparty/public_html/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQ0Mzc1MzMuODY0Mzk1LCJleHAiOjE3ODQ1MjM5MzMuODY0Mzk1LCJqdGkiOiJkMWRkZDc3Zi0zMThkLTRiY2YtOWE0Ni05NDkwMjE5ZjkyMGUiLCJpbnN0YWxsYXRpb25JZCI6NzA1LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.TJRJiORg8NGXIowCYYJCG9bXwBSwxGdtiqva86n9VuycLs2xsxI_MufQPqA1tr25NujDoVEt1B4olLlrphQahPoPb0ryHDmaJQwK-DILOm1r1ZmlBysS-jevW8WmN8fOuWmsqOnxXrqsoD2YmU_dOCCMOSrpGuEVqxvQngo2R0kzpofdzjaS7UtJlg8tk24TjsjPQqouUZ5Va7t0poGFz-PW9ViVTrU8LnHcr-p0IulfeXvRxmCqnX1bqznhGbOSR7egnUPbMX38syOPU5wuMB222SXFCIl7QKQOVcxaPjmu28_YMh0Mta2N-JDltI2u9bdMGuaOU9r3rI0my5InjYlqGjX_np2h0g5J-aM90GxGcw5G7QkHJhaFai2wfz3EfcBHKsiiAx0kT9FamRuLN_FnNO7LabJk117wuY6XmsM9IuydKJeSXdneKQuzlkjjdtoEa1tmmmdVwwaDGJNgynnuiH8b_UzjO_5Ujctgs_PvSYgIZZQ_7cUJrw2cHvHccX0glE0wr6SAWqEuIctV74sTaRlGoQ_bcxz0BY0M3zEVxIKWBvTZtj4y4AvDNjtdz8ERsLBNxl5L3D_JWl-Av-lSKGcqF0v8Qogd_2sCSZzLtMVDBENPIH71lOPhC6OlZNWbf3FA-N51h-grsofcJrn8CraWtsLv8d6HcNicfMc');
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';