From f6aa56d92b782843ac89ca33ff552e945b53b47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Mon, 17 Mar 2025 16:03:55 +0100 Subject: [PATCH] fix(.env): remove spaces (#7255) --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ef04a95338..23d6f30721 100644 --- a/.env +++ b/.env @@ -33,10 +33,10 @@ VALKEY_DB=0 # API scan settings # The path to the directory where scan output should be stored -DJANGO_TMP_OUTPUT_DIRECTORY = "/tmp/prowler_api_output" +DJANGO_TMP_OUTPUT_DIRECTORY="/tmp/prowler_api_output" # The maximum number of findings to process in a single batch -DJANGO_FINDINGS_BATCH_SIZE = 1000 +DJANGO_FINDINGS_BATCH_SIZE=1000 # The AWS access key to be used when uploading scan output to an S3 bucket # If left empty, default AWS credentials resolution behavior will be used