<?php

/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

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

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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',         'lmLxFWwZnbJ+QDsv4fGwDrGx1OPVfEzsdA8kURetXFMq41q7Xs9rO+nmyq6zsksBNena4qc9bHsO1mgnTwTlzg==');
define('SECURE_AUTH_KEY',  'w2PlqW1z/U9RscFndNgoYXTQxBnpG7SN8gpZ8rh9ntyzZyxUnZxJm7/ZdEgLQOEDRNXRgKpjydu9BZNQNYgH7Q==');
define('LOGGED_IN_KEY',    'ww+tsiYdQ9AZBeS59APYtmZVgPMjDm3Ib6gj+q3AU86iuwaLUUdi0DV6FgmGpBfqBeQ5jsybDDPMHbtb74KBHw==');
define('NONCE_KEY',        'w/DmlpkMGCk/ccU9ahRh/TxJ6227dAV/vfMWOX6MTl9RhLyZlPcsqlhjnwyBSbaumGq9jyRoYG4lfSJ2WCMYmw==');
define('AUTH_SALT',        'Ul1YsZOgLqT+wylisyWxajmT+dDjrzPoZSBYiyxHLBLbd8kYJgTAvLwn94FfVcpcHGF6LIOCT666vOGVrwQkcg==');
define('SECURE_AUTH_SALT', 'kDGi6YJOlmEntTCdI26Y37sPtkqGmVPWksDw2EBX6FldfkCQM0giqU32hzl7RjrIac1V5SoOCR7Qc3fYmqU7qA==');
define('LOGGED_IN_SALT',   'yo3Mnd2UlLI21I5SxVuQofTxy6O6snaqtDA9Ozz6uvucp4Ypr55pGANRf5M8qZGRp4giyCck4V9g8NvRQn21JA==');
define('NONCE_SALT',       '079tMv+PYl+bAOw32cuz650lS+K/lnHW2nJ0XsKkuShhxMa8bxvxj0P9b9OZ1L1lotxibrg59ZbxgAOlfrD5Ag==');
define('JWT_AUTH_SECRET_KEY', 'secret');
define('JWT_AUTH_CORS_ENABLE', true);

/**
 * 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!
 */
$table_prefix = 'wp_';




/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
