<?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',          'ZA],Fi66Ocs9$Q@6jJu,R5,I65:myDNU`mLQyv>7B[.$*QV)F*+bP&4A.!ka*CKm' );
define( 'SECURE_AUTH_KEY',   'Haou5Jc#bv3hf<CA9xQ>s {s{jgMmH#QN_5XtpQm>3KgF.H%n*p_!w&NY(^x:c/;' );
define( 'LOGGED_IN_KEY',     'C0;i@h&[e!a:+r`M04mVv3g@?DZ|XE)oAKbhmqUy/W~Z=:>|HchHNJ/olPFFyfBP' );
define( 'NONCE_KEY',         'J}A.6iO %|D<j{;wrST!y80 4!X]t%AwQ_qqxO+fcb*Ol[7PK^Q&:6:t.[*mtT$0' );
define( 'AUTH_SALT',         '`4o0(.K ,db@NN8=)Er(KYV#(82H7kd9=#]Haa^J+B-UVf?7;._SmRnOPVC<Av]v' );
define( 'SECURE_AUTH_SALT',  'Ihxv:rU9UHR+v PbQT=/9M]@dr/zzZlHOc#7IaE$z.r~In.qJ)eN2@ixj!{hk`2v' );
define( 'LOGGED_IN_SALT',    'r~`C^[7bv@t0;j5tJFki#igq<^,b70<&fAimu?ddLnSSpH}sUoY5y#NaMe$7Z[x]' );
define( 'NONCE_SALT',        'jWe)H.,rj_pW0J6^MDjXSh;mcnT?i|}q}qpZq)T%.RbZoKDQF!Nzycm/aE6&`&>i' );
define( 'WP_CACHE_KEY_SALT', 'Fv^OC.+GDPku%)Aai)N[@Cn_aF6KT^:tH2qxDYmN/bf8LuzZm,c9N[cOW6re4<W-' );


/**#@-*/

/**
 * 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-1106125-object-cache-' );
define( 'WP_REDIS_PASSWORD', ["redis_user_1106125","XNmHM1CKP7aGz1byy9Z3MtbhY5lPbxfwxv"] );
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';
