'aws', 'access-key-id' => 'AKIAXYAVU6I347KM2CFE', 'secret-access-key' => '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', ) ) ); /* Redis Configuration */ define('WP_REDIS_CONFIG', [ 'token' => 'c6df7723efdc5c95b1671d37f1179035cc3b3bc17a7d576bbd50835231cc', 'host' => 'tls://master.allcity-network-redis-production.n4nje6.usw2.cache.amazonaws.com', 'port' => 6379, 'database' => 0, // change for each site 'maxttl' => 3600 * 24, 'timeout' => 2.0, 'read_timeout' => 2.0, 'retry_interval' => 10, 'retries' => 3, 'backoff' => 'smart', 'persistent' => true, 'compression' => 'zstd', // `zstd` compresses smaller, `lz4` compresses faster 'serializer' => 'igbinary', 'shared' => true, 'async_flush' => true, 'split_alloptions' => true, 'prefetch' => true, 'non_prefetchable_groups' => [ 'site-options', 'transient', 'as3cf', 'options', 'counts' ], 'strict' => true, 'debug' => false, 'save_commands' => false, 'tls_options' => [ 'verify_peer' => false, ], ]); define('WP_REDIS_DISABLED', false); //define('ALTERNATE_WP_CRON', true); // getenv('WP_REDIS_DISABLED') ?: false); /**#@+ * 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', 'VgdJlL l]*albf{bbBGr[pVO/,tu^a83p7,GR^-MBP1*y-6 t[3TKg+`Rv GAb,I' ); define( 'SECURE_AUTH_KEY', 'P8#aACa})n9h222Vm66qF)`cMdm04GOg' ); define( 'LOGGED_IN_KEY', '+XDMBs{jkig&(i[JrM<}o4Bd8rjt4t5_QYWiionm@pG, HkuT1A%' ); define( 'AUTH_SALT', 'iP=%g|t]3:UJTp)+7XwJ1T?G:v,XK0XWDerP*}IQxRR6h]^>S|V?]T/4lR,-eybJ6tK!KG|UfDgVbI@)/C^b Ns' ); define( 'LOGGED_IN_SALT', 'b[$%?%fNJ>-WTc19@7w|Kz!]4yXC3553K2,EW2Q5/Dd2W;Kpc@5g(=-911UL;OzE' ); define( 'NONCE_SALT', ';R6>lFc`nBif5R:YrA9tT%XuRJB3ANjfTwlk4edyy,o [([Rwcp%J?N#E.Tq,b+Y' ); /**#@-*/ /** * 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/documentation/article/debugging-in-wordpress/ */ //define('WP_DEBUG', false); //define('WP_DEBUG_DISPLAY', false); //define('WP_DEBUG_LOG', false); define( 'CSM_SAFE_MODE', 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', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; //Begin Really Simple SSL Server variable fix $_SERVER["HTTPS"] = "on"; //END Really Simple SSL