File: //home/dfwparty/dfwsingingtelegrams.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQyNjQ3NjcuNjgxMjY5LCJleHAiOjE3ODQzNTExNjcuNjgxMjY5LCJqdGkiOiIyZjU5MTAyOC01NmQ5LTQxYjItODBiZC1jMmVjMmM4ODJjMTkiLCJpbnN0YWxsYXRpb25JZCI6NzA5LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.BaSjhranD0hSZ_aGTH8AFd5t-XCMdHxCvHh6XOfL_VH7TVCPa0KVCagkBv3RT5zsFAg5_LQazlGe6Nzlic-KE_bVRRSrbYqGLfWCQd0O6AtRm_jJELkFQFfzByZZ_eIPDV8wsbDTy_q787rDu8NIUoIoA2KQZdfgr8a2a8icZ_2NAV5Allxyv6F4Uxli4Cg7dLB5FlqJ-QR9m7eXnT2b65oR1536DdBSl4-4KSmkme3T5_K5Jby6AYGn-cLZm-BDeJbCm-hqS_0mBJYdXHi5Hd6vNuMtSj6HyUpTNL20N3llzVaHcpMU1_PTg8lxlmpGY0U6UeAMfO5cozbcCPFuDCkyCrb1Z-y2xyW7FTTt8O3qwHe33Y6rLm0h_sQ6TY3vx0_SxakPTcBS4tNwC2TUWgLordNGKHizkqj6GMgtYrC4x2x1-ods4n0w_Hx2WtHDbfx1z5FnfObBZ5jpiA0Ut3nHpQU4-MpfcdbfiS70itWcIv2cChaefHdY_CnAXKv8j9zfVQVDCSs4zQF_IhkYpmDr1LcDltizWGqcWQA55mGalXxstowI9t0qynJZ0oR3Lgh8_DUl4NM6rJw9bRc3Zu-oQZvI2d1Ur5vsvxvS0_p4flR4gIKOb3ESSkgAyp-aalJOyjlZCmf3ndZc6dt8ynObhb4JeVoaJEpumq2tAaQ');
/**
* 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_wp771' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp771' );
/** Database password */
define( 'DB_PASSWORD', 'P94.75ppS(' );
/** 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', 'xpvozgc51jrb5qqxgspiwvu6r3ykgy47dijyloo7mrqgo9atdmtjca7v7wx9ekic' );
define( 'SECURE_AUTH_KEY', 'a24ogyetrtub5df3z1itvpummpqsynl7cmnx0xbsetxcnnyzwzw2yvfi0c9cjg5p' );
define( 'LOGGED_IN_KEY', 'vujkxifa8x8bppxvdunrhmrv8uhce2pmfxdyitgtnz2kxgu1cu3cbcc8apjfrecr' );
define( 'NONCE_KEY', 'rv42zsqzxkochfpbhln1o2mfkiaczccaof6rvuxr8xld1u1xkwtnbudkcm0rk9yv' );
define( 'AUTH_SALT', 'ftq0cqgcfmmvpbhh7045hvvxxandmodagrw2vrgnibx9ip0gtayvvceo47upoazm' );
define( 'SECURE_AUTH_SALT', '4o0tljp46zyo8badagqw3n1syg7stec9lxpxrpl3n1o753tlkli3uz5rco2ixfrj' );
define( 'LOGGED_IN_SALT', 'kkzoipopf3zmgx4vv39jvibjvxcm4nzivrwuwyot74pqpijurypzvjlto8x0km0a' );
define( 'NONCE_SALT', 'nuzpimkzg1yl5brpximb7oevp7ejsoofrmn5mpo2m07wlqnnbucuyh2izm2bvut3' );
/**#@-*/
/**
* 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 = 'wpft_';
/**
* 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';