//Begin Really Simple Security key define('RSSSL_KEY', 'uyG7kqD76Do5VNx45QaqHoeF0Cy3nGlnxsNeF8ERChP1w0JpU4rSzBGy48nE0nDo'); //END Really Simple Security key //Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings define( 'WP_CACHE', true ); /** * 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. */ define( 'DB_NAME', 'nysozDlDUko9Ze' ); /** Database username */ define( 'DB_USER', 'nysozDlDUko9Ze' ); /** Database password */ define( 'DB_PASSWORD', 'ATynHmEMSkdhpi' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', 'Am!&Gw?ZqBsh!eER[xs/B4;o1M@7,)_N*UT;?|aGP(@|OEpW/!!Z869(l?$!lnE?P2m.PL/sh5gJHHVBGa9TkZQ@Sr+t36.[BkJ*/$#~lYSis,[DoQd)6{V<1N' ); define( 'NONCE_KEY', '3j@nltIEpG@U#pk&w7-:4{!v4a|%dUl,}._Klh~MmuCQ;F;Dcw0W>mA`I2*5MXT7S1 Jue5!Cgs-UJQ{}c' ); define( 'SECURE_AUTH_SALT', '97w _];43OwBv2/!dHtuh4%t|`x/-rpN+rs5d1S/vbRyA[@cZF`ujQP)4$-jqD.1cb|FN)A.nVf1[l>Xg}Y]L' ); define( 'NONCE_SALT', 'K<=&]?e$NClI;9=>lzjw@Y4Vqu_m`.)>2+ #,_tzvRA!>SIO3NU%+8h:,LO[sy' ); define( 'WP_CACHE_KEY_SALT', 'Y1Q_1f(OLbgG;n?;Hy,$9-a{v8T1([P^0@Gvi6Kvc `(z=/n^WnX0uoF#SmCq_*>' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ define('DISABLE_WP_CRON', true); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } /** Redis Object Cache */ define('WP_REDIS_CONFIG', [ 'token' => 'e279430effe043b8c17d3f3c751c4c0846bc70c97f0eaaea766b4079001c', 'host' => '127.0.0.1', 'port' => 6379, 'database' => 1, 'timeout' => 0.5, 'read_timeout' => 0.5, 'retry_interval' => 10, 'retries' => 3, 'backoff' => 'smart', 'max_ttl' => 21600, 'serializer' => 'igbinary', 'async_flush' => false, 'split_alloptions' => true, 'prefetch' => true, 'shared' => false, 'strict' => true, 'debug' => false, 'save_commands' => false, ]); define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false); /* That's all, stop editing! Happy publishing. */ /* 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';