-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-dist.dev
38 lines (30 loc) · 1.52 KB
/
.env-dist.dev
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
# Sample .env file for local development - copy to .env and customize
# User ID to use in Docker containers
# Linux users should set this value to avoid permissions issues. Use "id" or
# "echo $UID" to determine the user ID.
# MacOS and Windows users can use the default of 1000 (kuma), and the Docker
# file system layer will translate to your local user permissions.
#UID=1000
# Enable the Django Debug Toolbar
# Provides useful troubleshooting data, but adds 3+ seconds to response time
#DEBUG_TOOLBAR=False
# Enable Maintenance Mode
# https://kuma.readthedocs.io/en/latest/development.html#maintenance-mode
#MAINTENANCE_MODE=True
#DATABASE_USER=kuma_ro
# Local development of Interactive Examples
# See https://github.com/mdn/interactive-examples/
#INTERACTIVE_EXAMPLES_BASE=http://localhost:9090
# Set the level of the ElasticSearch logger in Kuma
#ES_LOG_LEVEL=ERROR # Default, never logs
#ES_LOG_LEVEL=WARNING # Logs HTTP method and path of ElasticSearch requests
#ES_LOG_LEVEL=DEBUG # Logs the body (usually JSON) of the ES requests and responses
# Set the level of the ElasticSearch trace logging in Kuma
# ES_TRACE_LOG_LEVEL=ERROR # Default, never logs
# ES_TRACE_LOG_LEVEL=INFO # Logs pretty-printed curl variant of the request
# ES_TRACE_LOG_LEVEL=DEBUG # Logs pretty-printed JSON response
# Switch to SSL configuration at https://developer-local.allizom.org
#COMPOSE_FILE=docker-compose.yml:docker-compose.ssl.yml
# Developer CKEditor plugins
# See https://kuma.readthedocs.io/en/latest/ckeditor.html
#CKEDITOR_DEV=True