<?php
define('WP_AUTO_UPDATE_CORE', 'minor');

/**
 * 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 ** //
/** 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',         'M`7]v%IJ~Uq8BdR =6tNn[w&er<AZ+|~ZI`Wsv!vv7oT-ZxZdO<OK/aXH^Ul2KAV');
define('SECURE_AUTH_KEY',  'l]~K M@$<VRXY;|ic,Ixq%f7AO+fe8VA8|w,K}+.sJyEP%PQq+[K^_cF+#@9w0$F');
define('LOGGED_IN_KEY',    '|{Y4::FJpfM1^;BlS;sjG4|[4B~IM.z]:8nXlT__Ec9z.8!J(3CWoRiN97bwG68t');
define('NONCE_KEY',        'Mwpoj)vBEE%:%ikxBEtQR~+,=ndy5M(eI<K,<iI& 0B{uiPQ4pE);]a+|&3c00=9');
define('AUTH_SALT',        'gt8Ctv/,s!oG7-*ENz;as$8B/!o4VIZ_#M@QR~x?SQ!%$XJfIJ_i*!nB|K?^poPL');
define('SECURE_AUTH_SALT', 'qL47;3vP`se-Khb`Y-E-(t}&i=+ku2#w+&QwNSf[&|ok$S_c`_z6u6F893l$o/Hg');
define('LOGGED_IN_SALT',   'h,NH+jL3@=|g3et;|vsP(}A4?-Z3O-oq?8O9&X^c!v-I&R+o2pn=sU57K]f-(hF:');
define('NONCE_SALT',       'Y7~G*pui+1QLjh(W.e.J<B$}kEQb*&bEIcm@JT&B,pXYx/*e9Ng3$EfKhcQj7mJP');


/**
 * 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 blogging. */

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