<?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 ** //
/** 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',          '`g0{S<R!<:~e5Koy)63A^ tuT=waV^J2KGTYzkiL4_&HCOxmaH`L;^la#D$}9<XQ' );
define( 'SECURE_AUTH_KEY',   'JK` T1:`=B1JWGg|d_5jS2-5x1[zMlb!|u3*|Sm? HT<DM~Hariew-sAh58q,Hig' );
define( 'LOGGED_IN_KEY',     '_99{CUq]x2]aD/-J|xOsiYUOwa/qMgk0cIEr|9k|mW1j9n@P^,o?qN2,8hEw8E|A' );
define( 'NONCE_KEY',         '#z8S_zi*(kJ S[c_TuC/T1)-`jM[ayD,cC}e 4PiOI3USj@^8M[(|y:;#0G:|:Z=' );
define( 'AUTH_SALT',         'O6*|m=0!G]]vi_nL|jyP-?H/,s#uNAsM-F1s6aIu^2.=@4Znmc0.O!jMdh[o<;g$' );
define( 'SECURE_AUTH_SALT',  'Kc4l=D}$x[lAV~q$1HW}a QiK@MaWY BSR{He%*~UXVQcm +pXQ! x.& <X#H6+M' );
define( 'LOGGED_IN_SALT',    'OAh+Ghz=c)W#9j6_SZ4&DOS@d8od:`{yldPI5Yrc!PYZ}KUdQY^=9bfA 0e,]bN`' );
define( 'NONCE_SALT',        'z8wGsv}1@Fzcz4R.RgW (B7}8g-n(b2T{4mQmx%S-Uc#F.D]BurPy0C(@^Hd_f&C' );
define( 'WP_CACHE_KEY_SALT', '9>tA%_N,vb=F>b|smu#FyM5wZq,VLW77?oeAgf3Hi^>$!NTTLjzDx^^09HI$o|Bl' );
/**
 * 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';
