forked from kobotoolbox/kobo-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
aws.txt
29 lines (22 loc) · 926 Bytes
/
aws.txt
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
####################
# Account settings #
####################
#AWS_ACCESS_KEY_ID=
#AWS_SECRET_ACCESS_KEY=
###################
# E-mail settings #
###################
# NOTE: These and the settings from `envfiles/smtp.txt` are mutually exclusive; do not use both.
# In order to use SES to send e-mails, you must already have SES set up on AWS, and the owner of your `AWS_ACCESS_KEY_ID` must have the appropriate SES permissions.
#EMAIL_BACKEND=django_ses.SESBackend
# E.g. `us-east-1`
#AWS_SES_REGION_NAME=
# E.g. `email.us-east-1.amazonaws.com`.
#AWS_SES_REGION_ENDPOINT=
#DEFAULT_FROM_EMAIL=
####################
# Storage settings #
####################
#KOBOCAT_DEFAULT_FILE_STORAGE=storages.backends.s3boto.S3BotoStorage
# To use S3 for KoBoCAT's storage, the specified bucket must already exist and the owner of your `AWS_ACCESS_KEY_ID` must have the appropriate S3 permissions.
#KOBOCAT_AWS_STORAGE_BUCKET_NAME=