// ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'lMT_cfmotousaparts_com' ); /** Database username */ define( 'DB_USER', 'lMT_cfmotousaparts_com' ); /** Database password */ define( 'DB_PASSWORD', 'VkAXQqInHtSaKClzKOPOxFtoi' ); /** 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', '' ); define('WP_AUTO_UPDATE_CORE', 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', '}I|pMj08MQBki,RH`%99LwD]^`m=KXf{=,UTifBak$LQVc#2)wftQs52mZcO#fo)' ); define( 'SECURE_AUTH_KEY', '!VW&p4p[]bMZ>pbsr,^X#nsJ.Su+XwSPEMVfKLDb[`6,$YvMl?k_eZ`}E[2;I=@P_rZC1ibu[1t+/!x-+SplgoLc53CDxS[sI2.J}dIxE5ER/g' ); define( 'NONCE_KEY', '@;l}2_gN275q6>E2v;AEntqF;8mObO?qstHpHbG(&#HJ%lrj&J[aVZ#&hqS>Svw.' ); define( 'AUTH_SALT', '>mBdS?nHUU*C-1*oYdqYR=1&I_c].NB9(S0[n~In_d$CE~b?EeZ`yMZ~2YT4df6%' ); define( 'SECURE_AUTH_SALT', '<8rEZ_NKv}5g4KG v?IJMJ.!U+ihHa(e`*tx}yKS/vQ+vrZvVjI$ y_V!yf g4_O' ); define( 'LOGGED_IN_SALT', '|P+o]^iu%Iz9X(e;>gb[R/%0&&6#i=6+F^`(8~ViV9$!$mRqh&V52>S(X=3' ); /*define( 'WP_CACHE_KEY_SALT', '@m&r6(8==|gl*/vkIAGEUt$%!|2H!;]K@y$f&_T}4)CX:33V%6t!CF#94qT[a.' );*/ define( 'WP_CACHE_KEY_SALT', 'Pv(&8 wW8l>mR[#~j/}Nlslv]9 '13dda37ce44bb5dbd356d59102b2f2c6a92a7cc8f566bd46abcae5201a3c', 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, 'prefix' => 'db0:', 'client' => 'relay', 'timeout' => 0.5, 'read_timeout' => 0.5, 'retry_interval' => 10, 'retries' => 3, 'backoff' => 'smart', 'compression' => 'zstd', 'serializer' => 'igbinary', 'async_flush' => true, 'split_alloptions' => true, 'prefetch' => false, 'shared' => true, ] ); define('WP_REDIS_DATABASE', '1'); define('WP_REDIS_SCHEME', 'unix'); define('WP_REDIS_PATH', '/var/run/redis/redis-server.sock'); define('WP_REDIS_PREFIX', 'Zai2y_object_cache_cfmotousaparts.com'); define('WP_REDIS_DISABLE_BANNERS', true); define('WP_CACHE', false); /*define('WP_REDIS_DISABLE_BANNERS', true);*/ /* GridPane Elasticpress */ //define('EP_HOST', 'http://127.0.0.1:9200'); /* GridPane Mailer */ //include __DIR__ . '/smtp-provider-wp-configs.php'; /* GridPane Cron */ //define('DISABLE_WP_CRON', true); /* GridPane HTTP2 disable concat - mitigate CVE-2018-6389 */ define('CONCATENATE_SCRIPTS', false); /* GridPane wpFail2Ban integration */ include __DIR__ . '/wp-fail2ban-configs.php'; /* GridPane WP Ultimo integration */ //include __DIR__ . '/gp-ultimo-configs.php'; //define('SUNRISE', true); /* GridPane WP-config User includes */ include __DIR__ . '/user-configs.php'; /** * 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 ); } $SPRO_GLOBALS = array ( 'enable_slow_log' => false, 'slow_query_limit' => '0.5', 'query_pattern' => '', ); /* 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'; /** Fibo Search */ define('DGWT_WCAS_ANALYTICS_ONLY_CRITICAL', true);