diff options
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.env.sample b/.env.sample index befdb5c3..c38a998c 100644 --- a/.env.sample +++ b/.env.sample @@ -1,18 +1,20 @@ +############## Global ############## # Must have a scheme in the beginning (e.g. file://) # DATABASE_URL= # LOG_LEVEL=debug -# CRAWLER_HEADLESS_BROWSER=true - -# Redis for BullMQ +############## Crawler ############## +# CRAWLER_HEADLESS_BROWSER=true +############## Redis ############## # REDIS_HOST= # REDIS_PORT= -# OpenAI +############### OpenAI ############## # OPENAI_API_KEY= +############## Auth ############## # Authentik for auth # AUTHENTIK_ID= |
