<?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', '');

$table_prefix  = 'wp_';


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


/** 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',         'q{dXaN|)c&:pAq,CE.;d$,e%g^g4|K++%E#Pp5{EDDs/eY[  }.;foM_AYWStW6J');

define('SECURE_AUTH_KEY',  'A+P0S7;_.`tRb5X|XQXb4|}U}}@ZJ)R~nv|wnoD.=Mzsh09il/bA~*n-eb?M&ApU');

define('LOGGED_IN_KEY',    'M rn7aC*qig*;C}Kxc:!u+.7TV959!C/2Ue-;R:Y`Eqc5XZ}bm L<98]BFEtqJ(:');

define('NONCE_KEY',        'gx%~E)9$iucLyM!=eltcer5jCPJs=cd[[c_bU7Gr% m|W7[/IHNb?bnE_S)_=Cd;');

define('AUTH_SALT',        '?E%_E]:r_( Ei5p#?KiPZIx(.0az ?W$q>!qb5cA_HBs9^-AC@>munGxLV!3IBSl');

define('SECURE_AUTH_SALT', 'RKK.E|wDeRBbY]rNkaaX[GP3B{ZlV|5e %xG7<b,&nXBq}ZkU=IJwBPcBu#%l3zg');

define('LOGGED_IN_SALT',   'g}p7?zM>Tx%%nE+6Vjxx^V9F) |V*Y>q86J/0~^!^,zQ[/_v_i(20A+QrS/rY$*#');

define('NONCE_SALT',       '?W*-c_!G1~&{B*e_71`.2k(Z9]rK.`ns4+bO60>evI-Henp.U_4ZI SxgDx-dgsu');


/**#@-*/


/**

 * 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!

 */



/**

 * 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 Codex.

 *

 * @link https://codex.wordpress.org/Debugging_in_WordPress

 */

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );


define( 'WP_SITEURL', 'http://localhost/flt' );
/* That's all, stop editing! Happy blogging. */


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

