-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (32 loc) · 1.53 KB
/
.env.example
File metadata and controls
43 lines (32 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This is a template for the `.env` file that is used as part of local development.
# You can copy this file, rename it to `.env` and fill in the missing values,
# then delete this header.
###############################################################################
# This file should contain all the secrets required by *development* (local) application.
# This file is ignored by git by default to avoid accidentally exposing secrets in your repository.
SECRET_KEY='django-insecure-q3Ykshxrnt9t9v8qjCdlhRh9igSeiWf8omUkoWjt'
# host should be "localhost" for native development or "db" for docker-based development
DATABASE_URL='postgresql://postgres:postgres@db:5432/scope'
# host should be "localhost" for native development or "redis" for docker-based development
REDIS_URL='redis://redis:6379'
GOOGLE_ANALYTICS_ID=''
SENTRY_DSN=''
# Social login credentials go here
GITHUB_CLIENT_ID=""
GITHUB_SECRET_ID=""
# turnstile setup - add your keys here to enable turnstile
TURNSTILE_KEY=""
TURNSTILE_SECRET=""
# public media storage config
USE_S3_MEDIA=False
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_STORAGE_BUCKET_NAME=
# You can uncomment these settings to use a different email backend in settings.py.
# Depending on your selected backend, you will probably need to add additional settings / environment variables
# DEFAULT_FROM_EMAIL="hello@scopeforensics.com"
# SERVER_EMAIL="noreply@localhost:8000"
# EMAIL_BACKEND="anymail.backends.mailgun.EmailBackend"
# MAILGUN_API_KEY="key-***"
# MAILGUN_SENDER_DOMAIN="example.com"
HEALTH_CHECK_TOKENS=