343343
<?php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'flyfish2016');
/** MySQL database username */
define('DB_USER', 'garyfly');
/** MySQL database password */
define('DB_PASSWORD', '83uuOUevx8vq');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', '#W*8Pqy|E=oI)h>0e[IZ|/Nxs :4wc8Iq/DP4L7n:Ec22c_{9_Z3AwK?zO=7Fth]');
define('SECURE_AUTH_KEY', '9!nZ[&#GUq@hJ3mh_=5.5)$ d_u!&LeDEl[Pgi0-N[alWyU[R,oD+rV_]9gXn:p>');
define('LOGGED_IN_KEY', 'q<rUB%*HL.>Ciy<)>|i|zd6;j|S(YLF:>u><6!4/Ld);IxR@Xo DGzzK9JHGOs4}');
define('NONCE_KEY', '|2@^R/-m3n[h8KJ&[8?%SDz 2QTjnLH>eyyzYPG%hR2RK_vtp-`g{C>PToJr+pBG');
define('AUTH_SALT', '4`W#ni@#~nxGu?y)4^bz|&;]|k_lA-tCJ_]S8l},(myODj<vYz9[)KR,=;VnQTgI');
define('SECURE_AUTH_SALT', 'z&oP<-YR+P?Sl*:4]qgt4KuCFK2^Ol<VRX(o<bkjzJLr~|i -rFD9+oZ=M%aRo~/');
define('LOGGED_IN_SALT', '&T{P9$-,)sdv}k,sd[``g[@t%K8~!19O%C%s%u|~u[;KU>S,4V+3O$/kvO/7<hW0');
define('NONCE_SALT', '3Iyio*kHssdt` !>H-b-~lmFy:)7Ew[,1cK~on}U{KG[pl+^UksRq1$lt|?0+<+9');
/**#@-*/
/**
* 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 ('WPLANG', '');
define('WP_DEBUG', false);
define('WP_HOME','https://www.flyfishthechesapeake.com');
define('WP_SITEURL','https://www.flyfishthechesapeake.com');
define('FS_METHOD', 'direct');
/* 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');