- Notifications
You must be signed in to change notification settings - Fork 165
/
Copy path.env.example
47 lines (34 loc) · 714 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
# See: https://django-environ.readthedocs.io/en/latest/types.html
# money.py
EIN_SECRET=""
# security.py
#ALLOWED_HOSTS="*" # <-- Uncomment this in dev
# testing.py
TESTING_DEBUG=off
# aws.py
AWS_DEV_ACCESS_KEY_ID=""
AWS_DEV_SECRET_ACCESS_KEY=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_LAMBDA_PROXY_URL=""
# hcaptcha.py
HCAPTCHA_SITEKEY=""
HCAPTCHA_SECRET=""
# sentry.py
SENTRY_DSN=""
SENTRY_REPORT_URI=""
# django.py
# SECRET_KEY="" # <-- Uncomment and set this in dev
DEBUG=on
DEVELOPMENT=on
# misc.py
PLAUSIBLE_API_TOKEN=""
PACER_USERNAME=""
PACER_PASSWORD=""
LASC_USERNAME=""
LASC_PASSWORD=""
IA_ACCESS_KEY=""
IA_SECRET_KEY=""
FTM_KEY=""
# CL API token for cloning data
CL_API_TOKEN=""