<?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',         ')iOI-m%~ v*drSQ[w+~:F-e_k4Q{~+?S8}t7H?6C#bddFrmL|`Ii(r|k=^ o+VKn');
define('SECURE_AUTH_KEY',  '>{,0&?%_ 7WvGB~*g)2.-;DnI.dqG6nx/8xiG5nWKMmf{%)2N+U4dj`us9Dx`@5R');
define('LOGGED_IN_KEY',    'FsFwcF(N[1-/g)zIc#i@famctP?/WOx`9n9<@tTs&kt<f.EG<Tg(_y|ynop-$)b|');
define('NONCE_KEY',        '%Rr!H>WzqGn$]Ias?UT,/iNE%soXrSqMSD[+Y<+9]?%uMdG(S[xAT-:{G2Ow2VO4');
define('AUTH_SALT',        'PnXjFw.wI!:&K*@+9Fw`x<B.`Xz8M]-R|UMx93#|-*>J._sKtc1eyFw2v;90xGb9');
define('SECURE_AUTH_SALT', '4x>y|^+aD/Ro}w!u@)X[;n4pd+3vm28^-U&32k-fBqais=c:fa/Udah_+v?egi~o');
define('LOGGED_IN_SALT',   'GmV{N2V,JdiJ#x1@E*dg1q;h6un)U,9Mb#|=S&,d%V2x;e!!01Lnq<+]Gt(+za}1');
define('NONCE_SALT',       'h8z)P)ypU.#z]a.Ptw4M0n>$&Zy-ekw[+fn,:I| j[`9ho>L7{waK|{ bGf+A-YG');


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




define( 'FS_METHOD', 'direct' );
define( 'DUPLICATOR_AUTH_KEY', 'iYz33X=,P0k>|@{/5^2AXtMaAYX$MVtBRz%@1I@w1A~EtEI$Vw>xQH.rFe-Sr|N:' );
/* 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';
