Skip to content

Commit

Permalink
Add missing .env examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemplay authored Feb 12, 2023
1 parent 82d7915 commit bfd6258
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ ES_PASS=changeme
CLONES_DIR=/data/
REPO_MAX_CLONE_SIZE=100000

# Request Caching
CELERY_FILES_PATH=/tmp
REQUESTS_CACHE_ENABLED=True
REQUESTS_CACHE_LOG_LEVEL="WARNING"

# Cron Interval in seconds, default of 15 minutes.
CRON_INTERVAL=900
# Teams webhook
Expand All @@ -145,10 +150,10 @@ HTTPS_ENABLED=0

# Frontend environment variables
LEAKTOPUS_API_URL=http://localhost:8000/
USE_EXPERIMENTAL_SHOW_PARTIAL_RESULTS_EVEN_IF_TASK_FAILS=False
CELERY_FILES_PATH=/tmp
REQUESTS_CACHE_ENABLED=True
REQUESTS_CACHE_LOG_LEVEL="WARNING"

# Feature Flags
USE_EXPERIMENTAL_REFACTORING=True
USE_EXPERIMENTAL_SHOW_PARTIAL_RESULTS_EVEN_IF_TASK_FAILS=True

# Debugging with Burp (or other proxy)
#HTTP_PROXY='http://host.docker.internal:9090'
Expand Down

0 comments on commit bfd6258

Please sign in to comment.