-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.example
36 lines (31 loc) · 975 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
# Port to listen for requests on
PORT=8080
# Permitted domains for cross-origin requests, e.g. http://localhost:1313, separated by commas
ALLOWED_ORIGINS=
# Filepath to domain blacklist, eg domain_blacklist.txt
DOMAIN_BLACKLIST=
# Filepath to IP blacklist
IP_BLACKLIST=
# The name of the database, e.g. `starttls` or `starttls_dev`
# (this should be created in advance)
DB_NAME=starttls
# Username and password for database access
DB_USERNAME=postgres
DB_PASSWORD=password
# The database hostname, e.g. `localhost` for local development or `postgres` for Docker
DB_HOST=postgres
# Whether to migrate DB on startup
DB_MIGRATE=false
# Email sending information
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_ENDPOINT=
SMTP_PORT=
SMTP_FROM_ADDRESS=
# Authorize key for AWS SNS email notifications (eg. bounces)
AMAZON_AUTHORIZE_KEY=
# Error reporting
SENTRY_URL=
FRONTEND_WEBSITE_LINK=
# Url aggregated scan results, for importing results of our scans of top domains
REMOTE_STATS_URL=