"e279430effe043b8c17d3f3c751c4c0846bc70c97f0eaaea766b4079001c", 'host' => '127.0.0.1', 'port' => 6379, 'database' => "4155", 'timeout' => 2.5, 'read_timeout' => 2.5, 'split_alloptions' => true, 'async_flush' => true, 'client' => 'phpredis', 'compression' => 'zstd', 'serializer' => 'igbinary', 'prefetch' => true, 'debug' => false, 'save_commands' => false, 'prefix' => DB_NAME, ] ); define( 'WP_REDIS_DISABLED', false ); /* That's all, stop editing! Happy blogging. */ /** 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'); /** * For developers: WordPress debugging mode. * * Cloudways-specific error logging configuration */ define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); // Ensures errors are written to the error log define('WP_DEBUG_DISPLAY', false); // Don't show errors on screen for security @ini_set('display_errors', 0); // Don't display errors in browser // Use the Cloudways error logging method @ini_set('log_errors', 1); // Log errors to Apache error log @ini_set('error_log', null); // Use default Apache error log location // Additional information for debugging define('SAVEQUERIES', false); // Set to true when debugging database issues define('SCRIPT_DEBUG', false); // Set to true when debugging script loading issues // Disable the WordPress fatal error handler in debug mode define('WP_DISABLE_FATAL_ERROR_HANDLER', true);