<?php


define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODM2NDE3OTIuMDcyOTMsImV4cCI6MTc4MzcyODE5Mi4wNzI5MywianRpIjoiMjM2MzA4YzktYmYxOC00NGZkLThlMmMtYjRjOGJhZWE1Y2Q5IiwiaW5zdGFsbGF0aW9uSWQiOjUwMDQsImFwaVVybCI6Imh0dHBzOi8vbG9jYWxob3N0OjIwODMvYXBpL3dwdGsvd3B0L2luZGV4LnBocCIsInVzZXJHdWlkIjoiNTUyZTE3ZjEtOTM4NC00OWE4LWE4MDAtYzdiMzljOTRmOTdjIn0.Rl2gTd906uUDaihuQia8Uwk0U-NKL7qTlGGam5RWnIijjP-y2j5OP8UWFZ0UZ93pgiJpZEEtbt89TP-Mz6tRk90SlJgouGdlef_o_sj9gC8DAW0T0x4pxgnWEorLl-ZMT-MNLNdBON6O-qpYlOKSjffDiEUJYZQ1XYGX6nbzskf_WsWVyfJw3qJLuLAZmr5jsrWGOxUpJbGlrxrnJ2LPG2llsVJVG9we5P_LcOhh5PT2wPki-s054eoUYi3VeL1YQFpbOJHlDi4HhgY8x2dhsjB7RnmfhicBwRR50XndPrgcJ3b5fjFKj9vsXseLLpjifV5YnKBJiUXGCiXtUMeb61p_RRXT8lb1K-GR-mTWCTkdwh1rYpvnZX6tFdRkGNXt6qAB3f98aQeqj2c2niBNha_WNoe_LUytdqvUMN56wSH4ZOYDpYmKXnQvOIp3oexdjxvMy8NhhjknSsimzB3EqYIVfTGVx7gtwARewjrbweC9AOXBgLV7kFCMTj1VWXQ0DH7jJB8fVGpcR1wo8IyRHyhdEB7zhjb5Im9iTcDDYdGVE7ZQDcD6E6yRJjyq_vFkjWheP6TSjGfXqYEkm5oAUjam-4vbj36Q3QJvgKEXlVr4BhsE5YXyUv9Is7WUliTCXK2xIEZ9G-6DiW6Ty1xt92xWYk9osoNf-QIlX_krZv4');


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

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

/** Database password */
define( 'DB_PASSWORD', 'Um)-7p!08Yb.P.Sv' );

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

define('DISABLE_WP_CRON', true);

/**#@+
 * 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',         'k8v4gpmmcu5wvrpgw9ulw6psikr28v4ev3igwqxwdwbrmwtnnjobniyqjvvf1jqn' );
define( 'SECURE_AUTH_KEY',  '6qsmg9mdhggytkcn3scu3wsa1n7owk3scptiqyauqajvlasli2m8zpympiaz05yr' );
define( 'LOGGED_IN_KEY',    'qyy0bcjlbmszmztor6arzanafpcfny7hcx4aa5vgtuehs6di2hhgxzfrx9d43odh' );
define( 'NONCE_KEY',        'nzbp8heuwxqz3c3nmrn0rgobfmdul2ocon0raen5vn98uiosy0dvocg9qm0nynsp' );
define( 'AUTH_SALT',        'ncvj7zeqf9vmhi7alzntbvhon895q6e8abwpmt4jb6h3bmlnvbah5vga3eooqfwd' );
define( 'SECURE_AUTH_SALT', 'hm3ivdz91inyso3kmwr7euwooclvrpkhj6ac9dwuwtdhbe5boxtiliytoahqdjmq' );
define( 'LOGGED_IN_SALT',   'pt6viy2jyjm8qmade4qliznzsc1jsn8ul9aohjngz8glujfhfklkd0obohjoaqpj' );
define( 'NONCE_SALT',       '41ykpyavxqp0h6ej1wp69jalswwqx2jdzgz312nrzylojyn62t9bszvk3cgpwpa7' );

/**#@-*/

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

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