<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODQxMjExNDEuODEzMjA3LCJleHAiOjE3ODQyMDc1NDEuODEzMjA3LCJqdGkiOiI1YTg5ZGM1OS1iYzZjLTRjNWEtODgyNS04MGNmZDMyZWExZmEiLCJpbnN0YWxsYXRpb25JZCI6NzMwNywiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI1NTJlMTdmMS05Mzg0LTQ5YTgtYTgwMC1jN2IzOWM5NGY5N2MifQ.f3LSF1cmv1CuWXbN-ny4f1XRcfOI7D2deobcaIijFcBLAWnJvOP5O81Rwf-QyCXcUmTQcc_hwc1SBSVHu0bWM2GUA_Y8fUhCnYWQyaS0rfNGsIDhBnaPnGx3jR3P98CbLowEzUyMGnWbcso7rMpBOxcuG-eDDk94yIzT1gEQWjGcRALrj6b2ZiWFYl4cY9Eh8Hto9Xx31e050mUG089IHq0p3FKtoGXmsqcMG5UhJdnbge1k9A5wrOMO2qfra0dL51qRBRoMxcVfQZQbxS_wnlC6Mt4sTVtV1KAm_ynvt-yAhJG8ekEU9qKBgSBpHFlHrJ6U7_7zourU2q6I62MgbvZHeHoE_660yc2n4T7T_gwLEj6KU7roxW9j8aAvxCzz-4WN9VncKqG3UO_cJPBji90R4k7uuc140vS1qkWg5aMcTErBeheZXSYMuLuyldTpIi2_3U3NxhY2yCCkwRu0Pn1WDxMNilQNW4UcbxSy4aziPhkIhZd0zbbILoTPA5o41PbSJWgBYsWru9Sxoo9uxg4YmzLv3gizttWejDN_0n_15R23Vcs1yy8HWSQl6SLbuyLgwTTTThWX1I0eKdXYS3QMit_jVoqfFWCA97SanClK4mvsPxC4jTAag51LwTjjjIv5f1A8ftB1A4N-b9TTn1By2bZZgz3zYyNao4o1jtU');
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_wp51' );

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

/** Database password */
define( 'DB_PASSWORD', '[g.FSCp66xs@-0o!' );

/** 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',         'tflnye3m5ewcvzqcjg807u9zxignqbedcuiqmcawovtflnfzuh6r3iufszymrdoc' );
define( 'SECURE_AUTH_KEY',  'rpzxntc6duyvniwt663qemcemesorcq4w45phwmlg85nqvdvriyqmprkfyox4dvm' );
define( 'LOGGED_IN_KEY',    'cf3uaiqumfnxuiofgmt62czducmynalsumz5qehs4yhklu1qjuquhbdfqhlyxm1s' );
define( 'NONCE_KEY',        'i6odxohxwc8crhm7uqjfl69fecuzdu3oocrfstw2tfpgm3sm49rr0xnowylbjnio' );
define( 'AUTH_SALT',        'vkpo61vyzvcebhro7jsht0w70eo3iekxwpjmjnof5hzu2e0tzfejfotvdhtfegm2' );
define( 'SECURE_AUTH_SALT', '67e7fyqdgwgkgvcnyfystoazkmzswboxx7udw76tuwhmxjwayogsgs6nhcx5f3tc' );
define( 'LOGGED_IN_SALT',   'bghjwctglsyek9spu93i5smilgyom73ph0mzd0a4vtssg53hgdisdcairtgkheli' );
define( 'NONCE_SALT',       'tfcm9q9rd0kfybiqpoekgwfcwwnjk74e0i9aslfra4ifhstr1hsbskbxbpwachnt' );

/**#@-*/

/**
 * 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 = 'wpxd_';

/**
 * 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';
