From 617926f639188c94e9824e881502419edfe46da5 Mon Sep 17 00:00:00 2001 From: WilsonNet Date: Tue, 17 Sep 2024 09:44:06 -0300 Subject: [PATCH] fixup: fix typo --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 48e709dd..04e854bd 100644 --- a/backend/README.md +++ b/backend/README.md @@ -57,6 +57,6 @@ In the `/requests` directory we have scripts that execute requests to endpoints # Debug -For debugging we have to env variables +For debugging we have two env variables `DEBUG` and `DEBUG_SQL_QUERY` that can be set to `True` to enable debugging. The reason `DEBUG_SQL_QUERY` is separated is that it can be very verbose. \ No newline at end of file