<?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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/phoenix/public_html/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'phoenix_wp' );

/** MySQL database username */
define( 'DB_USER', 'phoenix_wp' );

/** MySQL database password */
define( 'DB_PASSWORD', '4s2~m_)M&_2t' );

/** 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',         'Qw{h0J`IfHhPxyCZcQ`(o2,xY>swd+w3q{J_`co-[?$mjjZp}ff$FF(,;55<_Bw=');
define('SECURE_AUTH_KEY',  'FQ*w-.~Jx8]NcbAE|Hu41mg%MTlz({+=[MQ$4vt:cO+Z=#%^ub%k#yK 8Vmj}-Tg');
define('LOGGED_IN_KEY',    'kU~WT DbUD`}dh_d$+XpowM^%(OIWT=UM9!4<]-HRE0|<j7%k@<QLw$.%1+A3s!w');
define('NONCE_KEY',        'fZH=O:XhKR+c>!Ifb3Pi_-K~9+AM@1l>Acktbu| *m#j*icJZ4IXUx8GTY|T+kqW');
define('AUTH_SALT',        '#+*1O{}bqMEZ35Kod93wAuTr_V-0=0>.6T!2O-,aJZ.]&jC_4a/d_TdWCbRY9jGY');
define('SECURE_AUTH_SALT', 'zl9<hK}Uc;[w*phR@.-{.opeg3,+sB2sjbfEkF+kHT,_>9eANL$zo<+~[i2vbWg(');
define('LOGGED_IN_SALT',   'i-sFD-BHmN6kS|Igp4i]kN7T#qR~reR3G(#PGLI?7t1-vZ.:E:<B 6P5c;6d.n#$');
define('NONCE_SALT',       '++NMkzXZ>w.(eJ]kg^^tfnQ2R-VYAQ(+hDfS%*5{jpo:miTbcq-Y:Y+W]L_%VjK(');

/**
 * 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';
      Name                    Last modified      Size  Description