-
Notifications
You must be signed in to change notification settings - Fork 26
/
.env.sample
70 lines (52 loc) · 1.89 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Used to access Site Scanner via api.data.gov
API_DATA_GOV_KEY=YOUR-API-DATA-GOV-KEY-GOES-HERE
API_HTTP_USERNAME=username
API_HTTP_PASSWORD=password
# For AWS Simple Email Service
AWS_SES_ACCESS_KEY_ID=
AWS_SES_SECRET_ACCESS_KEY=
AWS_SES_REGION=
# For Docker
COMPOSE_PROJECT_NAME=touchpoints
# GitHub email address for Developer.
# Creates a user when seeding the database.
# Assumes GitHub OAuth is configured to login.
# Enable sending email notifications if set to "true"
ENABLE_EMAIL_NOTIFICATIONS=
# For GitHub OAuth
GITHUB_CLIENT_ID=
GITHUB_SECRET=
# The homepage for Touchpoints can be a separate site
INDEX_URL=https://touchpoints.digital.gov/
# For Login.gov OAuth
LOGIN_GOV_CLIENT_ID='urn:gov:gsa:openidconnect:sp:myapp'
LOGIN_GOV_IDP_BASE_URL='http://localhost:3000/'
LOGIN_GOV_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----............."
LOGIN_GOV_REDIRECT_URI='http://localhost:3002/users/auth/login_dot_gov/callback'
# For Login.gov push notifications
LOGIN_GOV_OPENID_CERT_URL='https://idp.int.identitysandbox.gov/api/openid_connect/certs'
# For New Relic
NEW_RELIC_KEY=YOUR-NEW-RELIC-KEY-HERE
# See: rails db:encryption:init
# Also see: rails credentials:help
RAILS_ACTIVE_RECORD_PRIMARY_KEY=
RAILS_ACTIVE_RECORD_DETERMINISTIC_KEY=
RAILS_ACTIVE_RECORD_KEY_DERIVATION_SALT=
# Redis cache store
REDIS_URL=redis://localhost:6379/1
# For image uploads
S3_AWS_ACCESS_KEY_ID=
S3_AWS_SECRET_ACCESS_KEY=
S3_AWS_BUCKET_NAME=
S3_AWS_REGION=
# For seeding the database with Admin users
TOUCHPOINTS_ADMIN_EMAILS=comma-separated-emails
TOUCHPOINTS_GTM_CONTAINER_ID=GTM-your-number
# For sending email
TOUCHPOINTS_WEB_DOMAIN=touchpoints-url.app.cloud.gov
# For receiving email notifications
INDEX_URL=https://touchpoints.digital.gov/