-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
37 lines (33 loc) · 1.54 KB
/
.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
37
ELASTIC_INDEX=elasticIndex
ELASTIC_PASSWORD=elasticPasswrod
ELASTIC_URL=elasticUrl
ELASTIC_USERNAME=elasticUsername
GOV_NOTIFY_API_KEY=gov-notify-api-key
GOV_NOTIFY_GRANT_UPDATED_EMAIL_TEMPLATE_ID=gov-notify-grant-updated-email-template-id
GOV_NOTIFY_GRANT_CLOSING_EMAIL_TEMPLATE_ID=gov-notify-grant-closing-email-template-id
GOV_NOTIFY_GRANT_OPENING_EMAIL_TEMPLATE_ID=gov-notify-grant-opening-email-template-id
GOV_NOTIFY_NEW_GRANTS_EMAIL_TEMPLATE_ID=gov-notify-new-grants-email-template-id
GOV_NOTIFY_SAVED_SEARCH_NOTIFICATION_EMAIL_TEMPLATE_ID=gov-notify-saved-search-notification-email-template-id
GOV_NOTIFY_NOTIFICATION_EMAIL_NEWSLETTER_TEMPLATE=gov-notify-notification-email-newsletter-template
CONTENTFUL_SPACE_ID=contentful-space-id
CONTENTFUL_ACCESS_TOKEN=contentful-access-token
CONTENTFUL_PREVIEW_ACCESS_TOKEN=contentful-preview-access-token
CONTENTFUL_ENVIRONMENT=contentful-environment
CONTENTFUL_MANAGEMENT_TOKEN=contentful-management-token
ENCRYPTION_GENERATOR_KEY_ID=encryption-generator-key
ENCRYPTION_KEY_NAME=encryption-key
ENCRYPTION_KEY_NAMESPACE=encription-key-namespace
ENCRYPTION_ORIGIN=eu-west-2
ENCRYPTION_STAGE=encription-stage
ENCRYPTION_WRAPPING_KEY=encription-wrapping-key
DATABASE_URL=postgres://postgres:root@localhost:5432/postgres
DATABASE_SSL=false
HOST=http://localhost:3001/
IS_SERVICE_DOWN=false
FIND_ACCOUNTS_MIGRATION_ENABLED=true
FRONT_END_HOST=http://localhost:3001/
SUBSCRIPTIONS_PER_BATCH=50
USER_SERVICE_SECRET=userServiceSecret
USER_SERVICE_PUBLIC_KEY=userServicePublicKey
USER_SERVICE_URL=http://localhost:8082
PORT=3001