<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// define( 'WP_HOME', 'https://7ed98c1441.nxcli.net' );
// define( 'WP_SITEURL', 'https://7ed98c1441.nxcli.net' );

define( 'WP_HOME', 'https://www.meetcritique.com' );
define( 'WP_SITEURL', 'https://www.meetcritique.com' );

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'a587ab6b_1bf55e' );

/** Database username */
define( 'DB_USER', 'a587ab6b_1bf55e' );

/** Database password */
define( 'DB_PASSWORD', 'Ogres53Shots66Shims48Spunky87' );

/** Database 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',          'kBcUYbi=kqAgBy4&[uM-0fx7Hq`q`1u@<Yi3rhcYJ@[*lyA+V`;xy1e`}Vi{@aL%' );
define( 'SECURE_AUTH_KEY',   'n^E&,Q5<KyMa^_9]5@#Ia.U9$jbuQK{Chm$aW)AtIafvMyQL!^?$DwU*6Nh55-Q^' );
define( 'LOGGED_IN_KEY',     'SwR#[,v+KpDd^_z.E0w[R}(GaH>1-rvvWLVbLmb<5f.a?[w.J^hm.]5r%$/4/ma:' );
define( 'NONCE_KEY',         'g2wW1kII8]{Il|fab2qN~Os pUxT3QtEFgJs5zYLu6TqF.4;>p!B9Izk+*.AzDS>' );
define( 'AUTH_SALT',         '2a:c^ OA|:flxomI5;]0i<auA?1Q)i#QGJYGT;*zKSOkvOBwytbl%/?]^g+ZH5vc' );
define( 'SECURE_AUTH_SALT',  '39{^_kY<(.x4lgNxs01?%Jk+hvn~UyRtCYAu::hu!qTIpzYXYVxUDCR)QCjQO26&' );
define( 'LOGGED_IN_SALT',    '{/?WF1>{.@g^/utlV6h0wI&=/cwyjKO:r`]5,mWuqw&%((FAW.83OqT?Ibf2,$J?' );
define( 'NONCE_SALT',        'n1mYRTmc9#_9}R3a2w{?^G`guO&Tf +UHZ3#]WELrk;dAtE{|+b:]_-~J(&`]B)a' );
define( 'WP_CACHE_KEY_SALT', 'XP=nlC&y$1y~uw+$lTS9*]DfCu^7q]I/N$CEql/{^9>HA6`h&MKnmec5irYm/Eh^' );
@ini_set( 'upload_max_size' , '1024M' ); 


/**#@-*/

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

/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define('WP_DEBUG_LOG', true);

/* Add any custom values between this line and the "stop editing" line. */



define( 'DISABLE_WP_CRON', true );
define( 'FS_CHMOD_DIR', 0755 );
define( 'FS_CHMOD_FILE', 0644 );
define( 'WP_REDIS_CLIENT', 'phpredis' );
define( 'WP_REDIS_HOST', '/var/run/redis-multi-a587ab6b.redis/redis.sock' );
define( 'WP_REDIS_PORT', '0' );
define( 'WP_REDIS_DATABASE', '0' );
define( 'WP_REDIS_PREFIX', '7ed98c1441.nxcli.net' );
define( 'WP_REDIS_TIMEOUT', '1' );
define( 'WP_REDIS_READ_TIMEOUT', '1' );
define( 'WP_REDIS_MAXTTL', '604800' );
define( 'WP_REDIS_DISABLE_BANNERS', 'true' );
define( 'WP_CACHE', true );
define('WP_MEMORY_LIMIT', '1024M'); 
/* That's all, stop editing! Happy publishing. */

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

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