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