<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODQxMjExNDguMDgzMzE5LCJleHAiOjE3ODQyMDc1NDguMDgzMzE5LCJqdGkiOiI5MmJjMWNjNy1jODMwLTRhYjMtYmYyMC00YzhmMTBiODU5ZjMiLCJpbnN0YWxsYXRpb25JZCI6OTYwMywiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI1NTJlMTdmMS05Mzg0LTQ5YTgtYTgwMC1jN2IzOWM5NGY5N2MifQ.xNO2BzAWHLw1PlsN-jcyMteEWtWARh80jYjj_nGe8yoATFYxXqmoTtZX6xosLTr1IUD5KET3AbD-F9lZi8pG_hvnVVmqk0QCO4RHgBavdLm4kS56cJDoL0MjZ9GVFkWsZWhzaGRmeXsLY9Guvadjzk8fJAURDxt_Tp7GFlQ0wRVjJl2-BB17IT4Lz7-bZV7WCewk8o-lTcyNSfKDzOZxMvDpMBeVFyYTLSAGicBOzdywsmgHTgO8fbqPIqJg2VfV06GYm_vXA6umbN5_UQ-dL4fUq1N-4FVLOvYTeyLESx6zRGYvWGMDmrKwkuW3zkwTlKLkGrNhGnO0zr1jBv8Q8rbPkIp_1GGw7lMk7HJD1Y6vKKLmIAjDvDMayGiO97uN3BD_lf1lWntTHdgARyp9B94UGgOFYm3FkZIgJFUs09zYmxrlal6CDtR1Igb0FXqh96wst9SdBgoFO90t5ZUsHCdWLqFNGVjGUVZDurQy_wzNItg1oZCFG7JGHNc7LM6RMuYeP_xWUOmCL-Mj4xBL83ms_Fn9BGYnrJ4JY8IP_KOmlM_lmnJssjGbOCCvS9ddGtXk68TmOJXDi19c7EViBKnBlamq4kk49LS7BLReeQeAhVT5lPd1YIWiA7gInonJ5hQwG0utshuU7XmH-9KrdVTxBgKyNdeN7voodbiM73g');
define( 'WP_CACHE', 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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'zetasolve_wp872' );

/** Database username */
define( 'DB_USER', 'zetasolve_wp872' );

/** Database password */
define( 'DB_PASSWORD', '.19pX)]xp@7S10z[' );

/** 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',         'fpm2pokeqtkibelsmitawze0ggixskxtwllnrhhppccamw2gwfkjiwvwuyhnphvt' );
define( 'SECURE_AUTH_KEY',  'ujej97rjep5lpnzzxqdsgnxeisjmjxrtlchse21crrydqssxk7bwy2af92xh7hs8' );
define( 'LOGGED_IN_KEY',    '2j4cgk94mcpv2wwdh7bvutzcbasrd5mhkufujljyodz5n6lrv8oq7wduzl1koln8' );
define( 'NONCE_KEY',        'gd59s5gs1zd7utsrcq0xqkuzgu6vjxtnxpjwohjgg5dx9a8nahfqfpw4hgifnhwi' );
define( 'AUTH_SALT',        'nd9kca89cmq9mdd3rsecoumzffq5duxjlfq0n6ggxyfnskhi5ay8bmpe8elxlqzm' );
define( 'SECURE_AUTH_SALT', 'i0rqma6dzqzklnywzze4shuiznarmrrso1zh3yx04tmshma8blp4qddcfjvfmngi' );
define( 'LOGGED_IN_SALT',   'ctui4stf8v5xkzj5orhx7l8y3yu8b1mov8b7mbiai4c2xm67a3lafo8bnlbec2kc' );
define( 'NONCE_SALT',       'xwxht791xxdecjjews0rvspov1gmsitic0jzd7g9kzx5rhgzwbjwv6uusqahre1p' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wpat_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-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';
