-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
31 lines (26 loc) · 1.1 KB
/
.env.sample
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
# Config
# Host name for connection to browser
# Optional - defaults to `chrome`, the docker container running headless Chrome
# BROWSER_HOST=chrome
# Path to store snapshots in
# Optional - defaults to `./snapshots`
# SNAPSHOT_PATH=
# Specify an alternate path to mount into `/etc/localtime`
# Optional - defaults to `/etc/localtime`
# This is if /etc/localtime does not exist on your machine (e.g. Windows),
# or if Docker can't mount /etc/localtime (e.g. OSX)
# If running OSX, I'd recommend just copying the /etc/localtime file
# somewhere else and mounting that e.g. `cp /etc/localtime ~/localtime`
# and then mounting LOCAL_TIME_MOUNT=/Users/jeff/locatime
# LOCAL_TIME_MOUNT=/etc/localtime
# AWS
AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXX
AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AWS_REGION=us-east-1
# Email
# Address to which change notices are sent
EMAIL_TO_ADDRESS=
# Address from which change notices are sent (must be a verified domain in SES)
EMAIL_FROM_ADDRESS=
# String to prefix the subject line with (a space will be appended automatically)
EMAIL_SUBJECT_PREFIX=Web page has changed: