File: /home/dfwparty/public_html/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQxNzg0MDkuNDE3MTksImV4cCI6MTc4NDI2NDgwOS40MTcxOSwianRpIjoiOTZkZDhmOTYtOGZlMS00NGY0LWFjYmQtZTRiOTZhZGRjZTE3IiwiaW5zdGFsbGF0aW9uSWQiOjcwNSwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI4YzI0OWQ3NS0xNDY4LTQxNGMtYjMxNC0wMDA3Y2ExY2ZlODAifQ.L5ZbvytbYQgXsnX7nmqgSHXyysLECF42S4dHIV_-7Ocm7BIGVrBn78uGYRauZr38nPnEpOF5vbSD9ZeLJY_FNwOS1fnQruVMpMguqzyVJuzynKb-qN3dmPpsezSDvpcz8rhI3nKIF2k0mBxjQFtCSKboSjtIIjPxQjhNoPaVH2BWiwsWKedGp4QAme-qRq6Z0yvrBEKfhF4YcqMa68owX8M5ypJBkLRXxCGcNelMtWyRYLvSiB-1AWrYWmbHefLroSkZeEi5RCcuWiWmLA8T6KRCAfRwN6QvYLw03uSg1YHQZv4ThNgFie1hQ_W25E6Jik0VLX619_ybmi5oOG9yGzNDNYZOOEQs71UghLhOn8lWLGhXqoS35Ta_Lp5qL7e2qLXNPJdpQBHo-m4y8sVa6tfoQtPzVDPBm0zjBLeqacY48qotidao3IR91-fAVlr5yiC_VIb7kd8emUlnpgWwYnI3Bc2roY9jvV1bfToaRTH12GtwKFSrVcQOCmjP_eLY60i5XUZgBYqBYV2d1VpU3H0GUloNcdOZArtplT5GnbhFHZ_Oc6Hh-sjD7U__XJP0LlCzHZ6w3Lh1zTomLtcspm7VxFSnIym2U2si4u7R0k65wAzIT1lyhqpYrXq0X5EHZywSsyxxYUICOjffFxtGBtfr5GS85DmFbop6fJQGvrs');
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';