<?php
// Begin AIOWPSEC Firewall
if (file_exists('/home/ixl0200c/public_html/liverpoolson.com/aios-bootstrap.php')) {
	include_once('/home/ixl0200c/public_html/liverpoolson.com/aios-bootstrap.php');
}
// End AIOWPSEC Firewall

define('JWT_AUTH_SECRET_KEY', '189fc73c69797fce50d5d7dd240b8721cf78382cc7e30fb08ea82f447337bdda436f52631162aebcc9fc6bd78b58f682dcb08ffc553a3bd50bb11a1b6fefee5fe42d30ccc37cfdb830a90fb935b9b5c53d8901df9e0238d67c31d5fdc71381f156a5409136f3b9bd3ca554c1f8a345f5659bb6844bb4cac6374a02740155ee8edcea3e4de750a5cb01a9bc908b0d2b1e86657e20916c01c275f8b0f57e6a486c974589d6d95816c5c38231eb3b12a6d371dfa2e76c7bde901b5b331e5b556adf772cd808bfb92ac88a9ad6510c35c799acdc96aa92d5f93150af348c864109ce4d3d90c1a14cecca93bc4634e8f717b283ff6e0bf0f66322a9f64f2db6f68e48');
define('JWT_AUTH_CORS_ENABLE', true);

/** Enable W3 Total Cache */
define( 'WP_CACHE', true ); // Added by W3 Total Cache




/* Desactivar todas las actualizaciones del núcleo de Wordpress: 		*/
/* Desactiva cualquier tipo de actualización automática          		*/
define( 'WP_AUTO_UPDATE_CORE', false );

/* Activar las actualizaciones automáticas de funcionalidades Menores   (Minor):*/
/* Activa sólo las actualizaciones Minor					*/
// define( 'WP_AUTO_UPDATE_CORE', 'minor' );


/**
 * 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
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/article/editing-wp-config-php/
 *
 * @package WordPress
 */

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

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

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

/** Database hostname */
define( 'DB_HOST', '' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         'r%PuRgU^?Cwosb}?*n>V;d8?v|1`M{AQq1h3Wp.nN~=D?gKvY|Lo~jPt2Zdw? NV' );
define( 'SECURE_AUTH_KEY',  '*OYcwI9C`O=A(&tA:A9492x#qr;5}41hzCo@>s{f9Wl!5u`C(~Xs b8yACwTvZX|' );
define( 'LOGGED_IN_KEY',    '; c4u=w!=Efk{`yW>Sz1SApPorV}Zl`;cGov0.jCE,1jfZ7B12xp43ziO?xugib6' );
define( 'NONCE_KEY',        'J[C!I>2/%)<`5dW7<_HVA:*iqZ8Hf*Sh)n(mv1fq$tspkINyyw+&Tvq{J<j$ SrE' );
define( 'AUTH_SALT',        'UTutE4XC!VJ.qB7^F{(j8Eqk3k!=5i~q*[4Q{@LHcc-.ba52{hp/R6Ch~c#++ +4' );
define( 'SECURE_AUTH_SALT', '|u%yNx=h2M%(WV?IE1OWT#K)d!|YJLWVMGac*rO+KjR/q@@ N`%=DJgyL&9l~NC{' );
define( 'LOGGED_IN_SALT',   '^g9ES10T7x8sTXhF${.tHUjG dtmLA|gbDtT#c%`SBj=$+LbWcn~uQq^AmOFA+.L' );
define( 'NONCE_SALT',       'bCk#kZ//MAHq`$b/R2;JDuJVHQQmB;M>*yMX|-T1f5z(yEDf~IX.G+`^.5yq4XOS' );

/**#@-*/

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

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

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



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

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