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

// ** 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', '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',          'r/3R17xxi7U<!bax1v9jmR0uH]u_G?=G*$b>l^:[Y0k(+[D9|i3;Q$f&?FZrh99b' );
define( 'SECURE_AUTH_KEY',   '0n}dh32#k~@u4?0R<N*,@8?X_`[Ew]j2JE=B,L!p.#SY?GkQy2V|AkJ[36Q(9~|6' );
define( 'LOGGED_IN_KEY',     'rpLKq#gV@-}g[g*!L2E0pPk;OdA1)?YN xXY?qipDr)lcP-l);Io/]X-0!d<GPIY' );
define( 'NONCE_KEY',         '{<#<fBOy.%A}}wEvQYvpBh5g%r/[{1+-->O&1}DB)L~LrQaUD#?8s.|i:g#ger$v' );
define( 'AUTH_SALT',         'Laf*}FMS_OWjdv(No(E,[!mI2z]CQT_$_CEuda]a;1ekxFqB]U-13eaOIxU6.eV;' );
define( 'SECURE_AUTH_SALT',  '+0dVD]-@wXOhluw6q3Yi4,]62`$Bt;V.,jFEU]0i1;|pe/. NYBKU+v0L>5SY[M$' );
define( 'LOGGED_IN_SALT',    'u.Jr8d!K}42t2G5*B4uQv@g!C6:]N!X?q%zz5JE:.t_%)p4rj/0oZss$!En{^g{8' );
define( 'NONCE_SALT',        '-QE~cSO!#e:*V[]}8%?zY5LI+voBI;a.P@KCj a)DaHuyQ9xuI b@lR9s?FvnGD.' );
define( 'WP_CACHE_KEY_SALT', '4L_%!!u n:pGIM:~f{:~%x[7=)RV=P#EE<[?`d#4sU:knXCq,+tbyyX|MCibZWQ.' );


/**#@-*/

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


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



define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_REDIS_HOST', '10.44.10.10' );
define( 'WP_REDIS_PREFIX', 'TENWEBLXC-1035129-object-cache-' );
define( 'WP_REDIS_PASSWORD', ["redis_user_1035129","EpY05Eu7xrzVpwK7u3NUsDsdGIeA4VyuzQ"] );
define( 'WP_REDIS_MAXTTL', '360' );
define( 'WP_REDIS_IGNORED_GROUPS', ["comment","counts","plugins","wc_session_id"] );
define( 'WP_REDIS_GLOBAL_GROUPS', ["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"] );
define( 'WP_REDIS_TIMEOUT', '5' );
define( 'WP_REDIS_READ_TIMEOUT', '5' );
define( 'TENWEB_OBJECT_CACHE', '1' );
define( 'TENWEB_CACHE', '1' );
/* 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';
