-
Notifications
You must be signed in to change notification settings - Fork 851
Expand file tree
/
Copy path.env-dist
More file actions
26 lines (26 loc) · 803 Bytes
/
.env-dist
File metadata and controls
26 lines (26 loc) · 803 Bytes
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
ALLOWED_HOSTS=*
CELERY_BROKER_URL=redis://redis:6379/4
REDIS_DEFAULT_URL=redis://redis:6379/1
REDIS_HELPFULVOTES_URL=redis://redis:6379/2
CACHE_URL=redis://redis:6379/3
CELERY_TASK_ALWAYS_EAGER=False
CSRF_COOKIE_SECURE=False
DATABASE_URL=postgres://kitsune:kitsune@postgres:5432/kitsune
DATABASE_READ_ONLY_URL=postgres://kitsune:kitsune@postgres:5432/kitsune
ES_URLS=http://elasticsearch:9200
ES_DEFAULT_SQL_CHUNK_SIZE=1000
ES_DEFAULT_ELASTIC_CHUNK_SIZE=100
SESSION_COOKIE_SECURE=False
SECRET_KEY=secret
DEBUG=True
DEV=True
GTM_CONTAINER_ID=
POST_OFFICE_DEFAULT_EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=mailcatcher
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_PORT=1025
EMAIL_USE_TLS=False
USE_DJANGO_SILK=True
ENABLE_TESTING_ENDPOINTS=False
QUESTION_CLASSIFIER_ENABLED=False