<?php
define( 'WP_CACHE', false ); // Added by WP Rocket


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

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

/** MySQL database password */
define('DB_PASSWORD', '3jhZ3pFMy5NWRkhiMb');

/** MySQL hostname */
define('DB_HOST', 'linkscqjphamilto.mysql.db');

/** 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@<$Gc16xomk]$`|*QB_ mRBf)I6dQ+z~c[c[]dv<xxTN .J[gzC!C&!2>UksJ');define('SECURE_AUTH_KEY',  'aao4)2p!erTRlnp _/x&R-CvEkTqpWrkI={@can6PYqEqMXDL0cTu!pv=kFE/a`u');define('LOGGED_IN_KEY',    '1L2wlH83iJH2FKVUh5r<bS}`|kzM>J70Z3un9-mq;5z.v eD-v7EIZtMU{Ty..');define('NONCE_KEY',        'e/-4l(W9Rl#+scw-l.n_I-eoWo>|[cV!zU1)nOfJMR1-Z-<55*iYnYQG}.|u*E[|');define('AUTH_SALT',        'S^[q/[/W:D,WghYar ]Ddk[)6q PJdF4Ghb;V7/4f7`%K_=W98l&~[xE_4j|+!7-');define('SECURE_AUTH_SALT', 'ndO1zoWW|_751~&W-YJu0TETFo_zL+OYn,Xe=D:pRYh+:-7NlCt`K@sYd//scHTi');define('LOGGED_IN_SALT',   'mwgJoksb,=]]|Q:0!U!`D!ND{DD)l?&^d_{2]iPs.3b;]ITV9XROSQ:t/ij/?6|]');define('NONCE_SALT',       '<rx:,:Qa:F,S/I}1n,/+<b}]k^zB_WP`T%-s+l[ddz|c:^Q^)E|ZxQN.!vZk|}ci');

/**#@-*/

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

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

// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
 
define('WP_DEBUG', true); 
/* 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');

//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }