-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
61 lines (51 loc) · 995 Bytes
/
.env.example
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
58
59
60
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TIME_ZONE=Europe/Berlin
LANGUAGE_CODE=de-de
###
#
# MYSQL DATABASE
#
###
DB_NAME=mydb
DB_USER=foo
DB_PASSWORD=bar
DB_HOST=localhost
DB_PORT=3306
###
#
# CACHE
#
###
CACHE_LOCATION=memcached:11211 # without http
###
#
# Email Configuration
#
###
SMTP_HOST=mail.example.com
SMTP_USER=exampleuser
SMTP_PASSWORD=smtppass
###
#
# Storage Configuration
#
###
AWS_ACCESS_KEY_ID=
AWS_ACCESS_KEY_SECRET=
AWS_S3_REGION_NAME=
AWS_STORAGE_BUCKET_NAME=
###
#
# Badgr Configuration
#
###
HTTP_ORIGIN=http://localhost:8080
# Optionally restrict issuer creation to accounts that have the 'issuer.add_issuer' permission
BADGR_APPROVED_ISSUERS_ONLY=False
# Automatically send an email the first time that recipient identifier (email type) has been used on the system.
GDPR_COMPLIANCE_NOTIFY_ON_FIRST_AWARD=True
SECRET_KEY=
UNSUBSCRIBE_KEY=