-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.env
More file actions
51 lines (44 loc) · 1.85 KB
/
Copy path.env
File metadata and controls
51 lines (44 loc) · 1.85 KB
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
# shellcheck disable=SC2034
# ##############################################################################
# This file contains default values necessary for the application to run.
# This file is not used in deployed environments.
#
# The values here can be changed by overriding them in your local `.env.local`
# file. See `.env.local.example`.
#
# **Warning:** This file is committed to source control - do not include
# secrets here!!
# ##############################################################################
LA_LDH_PINWHEEL_ENVIRONMENT=sandbox
SANDBOX_PINWHEEL_ENVIRONMENT=sandbox
RESEARCH_PINWHEEL_ENVIRONMENT=sandbox
MAINTENANCE_MODE=false
LA_LDH_WEEKLY_REPORT_RECIPIENTS=test@email.com
LA_LDH_CASEWORKER_FALLBACK_EMAIL=test@email.com
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=primary
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=deterministic
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=derivationsalt
SUPPORTED_PROVIDERS=pinwheel,argyle
DOMAIN_NAME=localhost
LA_LDH_DOMAIN_NAME=la.localhost
SANDBOX_DOMAIN_NAME=localhost
RESEARCH_DOMAIN_NAME=research.localhost
PINWHEEL_API_TOKEN_SANDBOX=API secret
ARGYLE_SANDBOX_WEBHOOK_SECRET=Webhook Secret
SLACK_TEST_EMAIL=test@email.com
LA_LDH_TRANSMISSION_METHOD=json
LA_LDH_INCLUDE_REPORT_PDF=true
LA_LDH_INCOME_REPORT_URL=http://localhost:4567
LA_LDH_INCOME_REPORT_APIKEY=test-api-key
LA_LDH_INCOME_REPORT_ACCOUNTCODE=123
LA_LDH_PILOT_ENABLED=true
# By default, we use the `wkhtmltopdf-binary` gem to distribute the wkhtmltopdf
# binary for cross-environment version consistency. Set this to "true" to
# instead use the binary installed by your system package manager. (Note that
# we've seen minor visual discrepancies in the page headers/footers across
# different versions of wkhtmltopdf.)
USE_SYSTEM_WKHTMLTOPDF=false
MISSION_CONTROL_USER=user
MISSION_CONTROL_PASSWORD=password
STRUCTURED_LOGGING_ENABLED=false
NSC_DISABLED=false