chore: update with new branch

This commit is contained in:
Andoni A.
2025-09-24 09:34:48 +02:00
parent a5fe98b0d2
commit 861f9691be
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -74,7 +74,7 @@ DJANGO_SETTINGS_MODULE=config.django.production
DJANGO_LOGGING_FORMATTER=human_readable
# Select one of [DEBUG|INFO|WARNING|ERROR|CRITICAL]
# Applies to both Django and Celery Workers
DJANGO_LOGGING_LEVEL=DEBUG
DJANGO_LOGGING_LEVEL=INFO
# Defaults to the maximum available based on CPU cores if not set.
DJANGO_WORKERS=4
# Token lifetime is in minutes

View File

@@ -24,7 +24,7 @@ dependencies = [
"drf-spectacular-jsonapi==0.5.1",
"gunicorn==23.0.0",
"lxml==5.3.2",
"prowler @ git+https://github.com/prowler-cloud/prowler.git@iac-in-the-app",
"prowler @ git+https://github.com/prowler-cloud/prowler.git@DEVREL-91-add-ia-c-to-the-app",
"psycopg2-binary==2.9.9",
"pytest-celery[redis] (>=1.0.1,<2.0.0)",
"sentry-sdk[django] (>=2.20.0,<3.0.0)",