// Begin AIOWPSEC Firewall if (file_exists('/var/www/fishingtrip.miami/public_html/aios-bootstrap.php')) { include_once('/var/www/fishingtrip.miami/public_html/aios-bootstrap.php'); } // End AIOWPSEC Firewall /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache define('WP_MEMORY_LIMIT', '512M'); define('WP_MAX_MEMORY_LIMIT', '512M'); /** * 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', 'a7b0479b_54455b' ); /** Database username */ define( 'DB_USER', 'a7b0479b_54455b' ); /** Database password */ define( 'DB_PASSWORD', 'Abased85Openly40Dump38Fifths62' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** 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', 'l2dfF6J=@)Un0A*2$Ra;au5g?u0`X@00jxk%L`>Ovl0|Nd=m+jul-ZM;xIpi>_ r' ); define( 'SECURE_AUTH_KEY', '1yGNAmz|$gngBb+BhTm>TOMCn#!y/mvw+/&EUb_pRz:~=2&H%cn4:w[XkL47Z:;3]>le&{SKNuz/*b' ); define( 'AUTH_SALT', '|bU`dcwm=s7q0wdN4iQC?:#9]7?x_Ez~HF#qSF9>T@,es?aK(aufn$>Nj; #27`>' ); define( 'SECURE_AUTH_SALT', '6P.EV.FA+.%g,~;zB;oHu{wr,`?1LQCP`EZ7}7ob?2o/]+2$Wmii?w*3({s$f/3d' ); define( 'LOGGED_IN_SALT', '/dU&=1yrO;3fJzB+IeG/Q!x_ v?mHC#v[]W8zi)/|;28+Z g@.&rit%Y>kG$]Tu(' ); define( 'NONCE_SALT', 'i<_}5GHc`G~}19!t]*%lsI**%s&p.nvHo~l-ivJr.4u@Vzs$&{]/Yr+ooiFLKKe*' ); define( 'WP_CACHE_KEY_SALT', '^%t/G@l?av_{3z(z}-K9)3*q?DSZ+24/Kr$hRzc9Q0|4oQb6]Da~BxL/b?;!Gv;v' ); /**#@-*/ /** * 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. */ /** * 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 ); } define( 'DISABLE_WP_CRON', true ); define( 'FS_CHMOD_DIR', 0755 ); define( 'FS_CHMOD_FILE', 0644 ); define( 'FS_METHOD', 'direct' ); //define( 'WP_REDIS_CONFIG', [ // 'token' => 'c071ef057aaabcbebfea21eb37196713e844c15064fdc5521239956eab71', // 'host' => '/var/run/redis-multi-a7b0479b.redis/redis.sock', // 'port' => '0', // 'database' => '0', // 'maxttl' => 86400 * 7, // 'timeout' => 1.0, // 'read_timeout' => 1.0, // 'retry_interval' => 10, // 'retries' => 3, // 'backoff' => 'smart', // 'compression' => 'zstd', // 'serializer' => 'igbinary', // 'async_flush' => true, // 'split_alloptions' => true, // 'prefetch' => true, // 'debug' => false, // 'save_commands' => false, //] ); //define( 'WP_REDIS_DISABLED', false ); define('DISABLE_WP_CRON', true); /* 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';