<?php
define('WP_TOOLKIT_API_TOKEN', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiI3ODY5ZTgxOC0yN2UwLTQzOTMtYTMyYS04YTc5NDg5ZTVmYzQiLCJuYmYiOjE3ODQxMjExNDYuNzY5ODExLCJleHAiOjE3ODQyMDc1NDYuNzY5ODExLCJqdGkiOiJjZGJkMWExNi1iYjZkLTRmMzEtYmQwNS0xZDdjNTNlMGZjODkiLCJpbnN0YWxsYXRpb25JZCI6OTA2MiwiYXBpVXJsIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6MjA4My9hcGkvd3B0ay93cHQvaW5kZXgucGhwIiwidXNlckd1aWQiOiI1NTJlMTdmMS05Mzg0LTQ5YTgtYTgwMC1jN2IzOWM5NGY5N2MifQ.dYjoRky8IuyY9u0YJ5jip-dn_-ObIYdLLqXpCAlw8-JZgPGuVfSNO22x9ifFCX5r3iUFUN43Rd8A7pFtmYiCnsMgD6IzrTNlPkjYOlSw7SUsCrzPrSTNE5JYaO1GMRaUB2lBYBOTL5cZF89DwzCRmOkhumcYSizm7MbI-YViHni6JTLggvCoCT-JJRzfG2RPtoOshYMqA7p4bKKvGC9_Ixva0eKE3I_VVJSAVkyyksPR3dVaIe3Ai1vHTjEaEj2dE3IcHSNCjHjFSKwNddpR25eGlBh99T57WPAgi2_wBYGYnhD-4_mmFUIQRdfg1kc9ykE9B2_3m0UeJEsipyL-9-XujBgxU4bmpYfTHb3Txaj_ZxPVt6smFy8Kvv7aACsKHzej8jEMD96P7bUL9op3hIzxdWWJz1wOUcMTQJHjo4v1mSzRIZFHcxz-qGdKEorGSV8XLGH8mei3TUlO8uCoq7Rlymb2VduZnhyZxd2sYEFuqi879rAPPho44eKOJlir2IqJx_87vd5d5yMxvbbgILTgHEV12F6nfxtXX3JY2LlxGOmbJnk7OzGEcrK9SAOsaR9EBFZTQWgHMfDXyAEy_7P6hQk_0e9DsHm5NwTZGjOUawlA9I9nb-dwCPXroUVMXK4kKqWIDjeEd1nE0cUYehupAjQ9vmU6gRVzBsE__-4');

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

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

/** Database password */
define( 'DB_PASSWORD', '(2(.9[!SP6Br4pSs' );

/** 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',         'ksqukkszljeespdvguyk3h1obxn2ktsjil6nzz3yuwkwrspmwiixmh4u5dkbhkv4' );
define( 'SECURE_AUTH_KEY',  'qalszuzzhw6bgemuufdnikpxvba9mn9v3vjcserebganwaokwyrfbf8aejj6qiud' );
define( 'LOGGED_IN_KEY',    'okhhfyctwbes9juny7cpniijsc5ma4jbug0fvcwmzj8ancnurfcyqonkwfechs1h' );
define( 'NONCE_KEY',        '2zmjtg6d8evke8z5vbqbfj8f6zias0uvtbol2zlgbsdu4wt9ecojeyudmgnfbsbe' );
define( 'AUTH_SALT',        'gukoc1zsy40vps1854kkmls3xn1zig1qavyzaj5k8kbqitcaiqk51avl8wm0cagf' );
define( 'SECURE_AUTH_SALT', 'h6gp2dfoqe6dzsnvyl6e9z0vkxwo6thukwbye7voouvneswtvnh4dfvpgt7enpne' );
define( 'LOGGED_IN_SALT',   'kil9l1z6tk4m7v32esbqitxrnccoafvyjxwsfwhqpdtmkhit3lcgbt4bxwwx6eeu' );
define( 'NONCE_SALT',       'vjijxtghld0omxygzujunnehs09xeib8ehvg5xxafm8wbl53w3wjvqeiyboixtp1' );

/**#@-*/

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

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