-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.sample
34 lines (28 loc) · 1.34 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
32
33
34
# When using this on a server environment for regularly scheduled scrape jobs,
# you'll probably want to make sure the following env vars are set (via whatever
# means are reasonable depending how you are running things).
# Note that you never *need* to set any of these; all configuration can also
# be set as command line options for the various scripts.
# Login information for Versionista
export [email protected]
export VERSIONISTA_PASSWORD=XYZ
# Name to use for Versionista account in output instead of e-mail address
export VERSIONISTA_NAME=versionista1
# Cloud storage login credentials for uploading output files
export AWS_S3_KEY=XXX
export AWS_S3_SECRET=XXX
export AWS_S3_BUCKET=XXX
export GOOGLE_PROJECT_ID=XXX
export GOOGLE_STORAGE_KEY_FILE=XXX.json
export GOOGLE_BUCKET=XXX
# Information about where to e-mail scrape metadata from/to
export [email protected]
export SEND_ARCHIVES_PASSWORD=XYZ
export SEND_ARCHIVES_TO='[email protected], [email protected]'
# Information about importing to a web-monitoring-db instance
export [email protected]
export WEB_MONITORING_PASSWORD=XYZ
# NOTE: no need to specify this if at the default URL as below
export WEB_MONITORING_URL=https://api.monitoring.envirodatagov.org/
# Uncomment and fill in to track errors with Sentry.io
# export SENTRY_DSN=https://[email protected]/abc