<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODQwMzQ4NTguOTkyNDA1LCJleHAiOjE3ODQxMjEyNTguOTkyNDA1LCJqdGkiOiJhNTc5ZDYxNS0yNTVjLTRlNmYtYjk4ZC0wMjA4YmVjNDhhNDIiLCJpbnN0YWxsYXRpb25JZCI6ODk5NSwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI1NTJlMTdmMS05Mzg0LTQ5YTgtYTgwMC1jN2IzOWM5NGY5N2MifQ.CgXny4fizNi8bZVebnDQynKqNjETSjBPscmJmts-YGJNY6vXfiphLXCxI_k0iDu2f09RydB8NVlP6pQe-nj9cskMnmUJIhCg8kHUfpuX4QmVe4PaCFUyBkCGGTZMpCTkOK4PZES9d6NvpOvQgLq3v0DcGwRm3JMUzpz2kZzFWOHyiQ3QWWKU_f_Bog4RfwKLFdUa08JiumtqVWQigZuU7YGSp9C2Y2M9W0wu-sdmxeLQqrSgrrKLzTb916_Ljrtjys9Dpn083gWKUgZTA7qbGt8BGR6X0HLruTYB3OTOtZZN55hdiF6wS-CXEyvE4W2oFhTPi6D4UFvNLXVl2mYkQYYn7KPGfL1_jO__ZR6YuScIbAP_AmUaW_Ps_6zcSX2TPoNTHcV9CXOt4j_usSTMp4C73PftUIBkUCQU7QNvYvryB-BaQSa7X-W4468lynS53cPZPq82J_PaaH0QL9Mg-P-_Swd6mHTUfewfpR6jUbko4obqxEJxSJ2Jef1R66Rx2A6l5-Z6XT8Gx34vgyrxJAjswf9hhF27vcIYw_ZxRit2iFk7WnruD3XvNVp7ziu2KZo8-Fpmy2QjInJSN-uegkpVVkdASDRMF55FenkTjI1yBe5ui1YOETnN3EVZVxKOmKJk-6CfdzioxjLLvrKHvm4o29GWDzTb0-lcMSsM7nE');
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_wp223' );

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

/** Database password */
define( 'DB_PASSWORD', '-6Sol]DBU[(p]f93' );

/** 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',         '476xssz5yohgmhwk8jcir93bduhclam0snpfxutcpy6oss2wkiket0jtqwv24n87' );
define( 'SECURE_AUTH_KEY',  '6w2pfortbe4kpfsbdhj81rqc9u1klsnmlynodyamwu0gxfbtlsvysbkuzj8np2em' );
define( 'LOGGED_IN_KEY',    'p7u7wowornd4e5jwkbd4unnz0nf9pvxjpg0j65nwho8sqp9jsttqk9c5ip9v1vkn' );
define( 'NONCE_KEY',        'jhm18qcezddx7t7x7vvbmo10xqa7q2dudidfhasdx45qv8mrhojaaawj7om3rj0b' );
define( 'AUTH_SALT',        'wgiampynxt43bsy2nqbmaazzbgxcgvwhmk2oukchjn7lpxucnf9bkhfgtvbsn68q' );
define( 'SECURE_AUTH_SALT', 'jwnjunuopbbo9iewptupweqeocnq8mceiigp0blesybpemj14xbl5oqglgltfwlq' );
define( 'LOGGED_IN_SALT',   'ewngbuscs8s986dqrs3nznbchgboya99wcy0ehpvdlygcx5c8prkldzgw0rsws5v' );
define( 'NONCE_SALT',       'ypnduslcwqsbe9bzlxoqzotiofdgsj10yejlonutpcjaizt2soybxdyg1hvcmyxo' );

/**#@-*/

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

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