From 9a360ba0a0968ff8993047d630a4e5406b8ac22e Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 25 May 2024 22:23:04 +0200 Subject: [PATCH] Fix typos --- gatewayd_plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatewayd_plugin.yaml b/gatewayd_plugin.yaml index 881a0c2..dccad8a 100644 --- a/gatewayd_plugin.yaml +++ b/gatewayd_plugin.yaml @@ -48,9 +48,9 @@ plugins: # This greatly increases the false positive rate. - LIBINJECTION_PERMISSIVE_MODE=True # The following env-vars are used to configure the plugin's response. - # Possiblel values: error, empty or terminate + # Possible values: error or empty - RESPONSE_TYPE=error - # Possible values: DEBUG, LOG, INFO, NOTICE, WARNING, and EXCEPTION + # Possible values: DEBUG, LOG, INFO, NOTICE, WARNING or EXCEPTION - ERROR_SEVERITY=EXCEPTION # Ref: https://www.postgresql.org/docs/current/errcodes-appendix.html - ERROR_NUMBER=42000