forked from 18F/analytics-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (23 loc) · 772 Bytes
/
env.example
File metadata and controls
28 lines (23 loc) · 772 Bytes
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
export ANALYTICS_REPORT_EMAIL="YYYYYYY@developer.gserviceaccount.com"
export ANALYTICS_REPORT_IDS="ga:XXXXXX"
export ANALYTICS_CREDENTIALS='[
{
"key": "{PRIVATE 1 KEY HERE}",
"email": "email_1@example.com"
},
{
"key": "{PRIVATE 2 KEY HERE}",
"email": "email_2@example.com"
}
]'
# Optional: if your profile uses a single hostname, set it here.
# It will be prepended to page paths.
# export ANALYTICS_HOSTNAME=https://example.gov
# Optional: defaults to reports/reports.json inside module
# export ANALYTICS_REPORTS_PATH=/path/to/report.json
export AWS_REGION=us-east-1
export AWS_ACCESS_KEY_ID=[your-key]
export AWS_SECRET_ACCESS_KEY=[your-secret-key]
export AWS_BUCKET=[your-bucket]
export AWS_BUCKET_PATH=[your-path]
export AWS_CACHE_TIME=0