File: //home/dfwparty/singingtelegramsdallas.com/wp-config.php
<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI2ZmYwZWVhMi00OWYyLTQ5ZTItYjFlMS0wNzRhZmU5YTI0OGUiLCJuYmYiOjE3ODQ0Mzc1NDEuNTA1NTM2LCJleHAiOjE3ODQ1MjM5NDEuNTA1NTM2LCJqdGkiOiIzNTIxMWYyMC03OTcyLTQ0YzMtYmJkOS05ZDAyN2YzMjlkOTIiLCJpbnN0YWxsYXRpb25JZCI6NzE0LCJhcGlVcmwiOiJodHRwczovL2xvY2FsaG9zdDoyMDgzL2FwaS93cHRrL3dwdC9pbmRleC5waHAiLCJ1c2VyR3VpZCI6IjhjMjQ5ZDc1LTE0NjgtNDE0Yy1iMzE0LTAwMDdjYTFjZmU4MCJ9.lWV3SsiNGH3qcZNKb5KMqjy92bmC-Yf13BpbiqaMzY2r_jiMRDFk2Iu06Ft962wUBQ6czZLWRrcxyScZcKcRL4FidzT5W-yfILzU_aZG5bPUHaGEIdCIsc67_ExnSzWvmVtMcDZF9jUIaYUOLlkymVkEOjkCUHQt4iUn88_0FmT19k_X6bZFRArtXzqULKe-R2DJQfFf_3QzfoEK5o99_quoP6HZkUnpXsBpwuwR1G16h7b3inyGKcuAjvo8F0HIX9j48yj7ih5HyyWdmgVmhuJiwtS_WnChR9-1vdKoyia9f6oQehmYmfLLyYpzwSjCeWr27M2C1PAjP20nuF6pBEgukJNkjpYsy8EUs2i0e7H2-Ko-tdbV33eTNiwDl5woZYKDyrQ-DxG8OgkbAtch9BO3wLtpVTMVrYL3ojJ4q2MUtFbLook9BDKpEL1bJJ1f5XwL7hUIo4UN1mGjZMWuSQYwxD-lEbJw0m-zzyXqcUS5jEvPqzs8dJ2Z6g4rgSTqK9FldwlxQ6EpQXDr1wsR7ZtajdbDDF_jZQ1R2SNuxVDlzPOZPFFA4HHVOtyIwH89oDkMyTPMkJyh0I6AisTnHpoJ3Mylher47JjewFE0VhoNMunOZp-z6lwd2_9LXpkj4o4E1mQc-AhNQ15ZXm8k22CuC0v6_UStwKlX5SowuEI');
/**
* 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_wp186' );
/** Database username */
define( 'DB_USER', 'dfwparty_wp186' );
/** Database password */
define( 'DB_PASSWORD', '2S!Wt5)1pE' );
/** 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', 'trxznfjzirx0u1v4jqpgbvmigm2eikonzwslfnurdpim7clgo6ojjahfisgqvque' );
define( 'SECURE_AUTH_KEY', 'jgfimfshlph3h01miq1qluhh8yqucxzumwxbcgxvoyunt289vh8blg2jt4b1wxyj' );
define( 'LOGGED_IN_KEY', 'r3psnh2hmfbtyecflpaz348egbw9uyur5cvoe4wjkuvxtz5assynbmm2djicnfgh' );
define( 'NONCE_KEY', '2a7xgnqano0rkuinyus3vuj7mrn6b9oyy3orno4sr9xfyezt3jfozbvrolw5rhwy' );
define( 'AUTH_SALT', 'sptwoejleqmfqfb66hmlq2ooundtkfwhfpzvnfkwpywkd6u3twlwdqnhcdilsswx' );
define( 'SECURE_AUTH_SALT', 'mpawkftjhf6a4uriy0kulbvbrmzubr44gjdf84kmdkn88qrghoyqot8f9amawuym' );
define( 'LOGGED_IN_SALT', 'npgxdlosdvrdih7rhrslflyrlrhmwdjuwerxan6i00636o1mg40iabc2cotv5swo' );
define( 'NONCE_SALT', 'dus0xqlleamfkluduadqbpkzefxq39ghc1t9yh1suhuvrsyqdoxd3t8jmwqyzf7c' );
/**#@-*/
/**
* 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 = 'wp3l_';
/**
* 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';