From a9849fe66fabe5422fd070b94c650706c51dab5f Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 25 May 2024 22:32:47 +0200 Subject: [PATCH] Remove unused env-vars --- gatewayd_plugin.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/gatewayd_plugin.yaml b/gatewayd_plugin.yaml index dccad8a..fc95bd0 100644 --- a/gatewayd_plugin.yaml +++ b/gatewayd_plugin.yaml @@ -37,9 +37,6 @@ plugins: # Anything below 0.8 is not recommended, # but it is dependent on the application and testing. - THRESHOLD=0.8 - # The following env-vars disable the verbose logging of Tensorflow. - - KMP_AFFINITY=noverbose - - TF_CPP_MIN_LOG_LEVEL=3 - ENABLE_LIBINJECTION=True # True (permissive): The plugin will block the request only if it detects an SQL injection # attack and the prediction confidence is above the threshold. This is