<?php
define( 'WP_CACHE', true );
 // hey day


    if(isset($_SERVER['HTTP_X_FORWARDED_PROTO'] )) {
      if (strpos( $_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {
        $_SERVER['HTTPS']='on';
      }
    };

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    define( 'FS_METHOD', 'direct');
/**
 * 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', 'ct_ther_pr2xs' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'eer6YhjySUVH_Z&tMMEP2bYW' );

/** 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',          '29M4g}25gA503Y5.RcY| y3AAc+BjWfFL* 7DRJ+oBM*tfS /N4Dg6nqxQ>%Z)md' );
define( 'SECURE_AUTH_KEY',   'CP!3BwA$lBq*p4?ql]Ze%?9G0XN)u4^v~vU7&9GOEtP*,,EV,u,.~h_fx(q.q4/+' );
define( 'LOGGED_IN_KEY',     '!va;2z )uyj]t0O# @?W]8IU}GVc%<^N,_Cx+++RbbW5Y$TT;2}(9Uczsb7CF.2r' );
define( 'NONCE_KEY',         'JteO>Q@x+DQL#I8#RF[CcPdGKsB_s223T m@Okt{B`t0wJ9;<{JJmirE/vN#ZsO;' );
define( 'AUTH_SALT',         'ekleRHS&*yaV*dQR:*DG{cJaG ;LV9NqJUj@Ma*V;4h{L1W206HchMq?sDObef}I' );
define( 'SECURE_AUTH_SALT',  'S`~BufW9_B^z<Jd#wF )DqPwu(G}kT._FBV#>y(aKLBjuTw~l$f9B^1|oE0BuSvd' );
define( 'LOGGED_IN_SALT',    '}cuMc(Q;[{6g+@3qct9w6uOJEn3V>4XaxEm,Aa+`L>NEtNZp)n5pAiSS5&ibu&]W' );
define( 'NONCE_SALT',        '~k%}o >vJZn ur[}q4[<g}tf<^^(q5?~CyAv<~qnXacu-?=Ury`R{o8/EyaX|Tg>' );
define( 'WP_CACHE_KEY_SALT', '[>ae}eCz4{BCQ+<sWCowp(iZ2.C s?|pyB:u^s`no2p hO=-x?46{Ea{DQDj@FU3' );

/**
 * 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('WP_DEBUG', true);
define('WP_MEMORY_LIMIT', '512M');
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}

/** Enables page caching for Cache Enabler. */
if ( ! defined( 'WP_CACHE' ) ) {
 // Added by WP Rocket
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
