343343
📄 Viewing: /var/www/flyfishthechesapeake.com/html/wp-configSAVE.php
<?php
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

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

/**
 * WordPress Localized Language, defaults to English.
 *
 * Change this to localize WordPress.  A corresponding MO file for the chosen
 * language must be installed to wp-content/languages. For example, install
 * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
 * language support.
 */
define ('WPLANG', '');
define('WP_DEBUG', false);
define('WP_HOME','http://www.flyfishthechesapeake.com');
define('WP_SITEURL','http://www.flyfishthechesapeake.com');

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

← Back to directory