-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.docker
57 lines (57 loc) · 1.35 KB
/
.env.docker
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Config file for docker Registry settings.
# You can leave this entire file blank and supply all settings through
# ENV vars in the docker container.
#
# Even if it doesn't contain any settings, keep this file around, as
# Registry will look for it at startup.
#
# Registry expects to find the following settings in Parameter Store.
# The param name follows the pattern /{ENV}/REGISTRY/{PARAM}
# where {ENV} is the environment name (STAGING, DEMO, PRODUCTION) and
# {PARAM} is one of the param names below.
#
# See Parameter Store for a description of each variable.
# --------------------------------------------------------------------------
#
# AUTHY_API_KEY
# AWS_SES_PWD
# AWS_SES_USER
# AWS_SNS_USER
# AWS_SNS_PWD
# BATCH_DELETION_KEY
# MAINTENANCE_MODE
# COOKIE_BLOCK_KEY
# COOKIE_DOMAIN
# COOKIE_HASH_KEY
# DB_DRIVER
# DB_HOST
# DB_NAME
# DB_PASSWORD
# DB_PORT
# DB_USE_SSL
# DB_USER
# EMAIL_ENABLED
# EMAIL_FROM_ADDRESS
# EMAIL_SERVICE_TYPE
# ENABLE_TWO_FACTOR_AUTHY
# ENABLE_TWO_FACTOR_SMS
# FLASH_COOKIE_NAME
# HTTPS_COOKIES
# LOG_CALLER
# LOG_FILE
# LOG_LEVEL
# LOG_SQL
# LOG_TO_CONSOLE
# NSQ_URL
# OTP_EXPIRATION
# PREFS_COOKIE_NAME
# REDIS_DEFAULT_DB
# REDIS_PASSWORD
# REDIS_URL
# RETENTION_MINIMUM_GLACIER
# RETENTION_MINIMUM_GLACIER_DEEP
# RETENTION_MINIMUM_WASABI
# RETENTION_MINIMUM_STANDARD
# SESSION_COOKIE_NAME
# SESSION_MAX_AGE
# SNS_ENDPOINT