-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
36 lines (30 loc) · 1.71 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
# Environment variables for the waste-carriers-front-office.
#
# Many of these variables have suitable defaults built-in to the application,
# but we list them here for completeness and ease-of-editing.
# MongoDb config
# Only required when running the app in production. Defaults are used in
# development and test, but you can still override them using these env vars
export WCRS_REGSDB_URI="mongodb://mongoUser:[email protected]:27017,127.0.0.1:27018,127.0.0.1:27019/waste-carriers?replicaSet=wcrepl"
export WCRS_USERSDB_URI="mongodb://mongoUser:[email protected]:27017,127.0.0.1:27018,127.0.0.1:27019/waste-carriers-users?replicaSet=wcrepl"
export WCRS_TEST_REGSDB_URI="mongodb://mongoUser:[email protected]:27017,127.0.0.1:27018,127.0.0.1:27019/waste-carriers-test?replicaSet=wcrepl"
export WCRS_TEST_USERSDB_URI="mongodb://mongoUser:[email protected]:27017,127.0.0.1:27018,127.0.0.1:27019/waste-carriers-users-test?replicaSet=wcrepl"
# Errbit config
WCRS_USE_AIRBRAKE=true
WCRS_AIRBRAKE_URL='https://my-errbit-instance.com'
WCRS_BACKOFFICE_AIRBRAKE_PROJECT_KEY=longvaluefullofnumbersandlettersinlowercase
# Only required when running the app in production. A default is used in
# development and test
SECRET_KEY_BASE=somescarylongvaluefullofnumbersandlettersinbothupperandlowercase
# Email settings
WCRS_EMAIL_HOST=
WCRS_EMAIL_PORT=
WCRS_EMAIL_USERNAME=""
WCRS_EMAIL_PASSWORD=""
WCRS_EMAIL_TEST_ADDRESS=""
WCRS_EMAIL_SERVICE_EMAIL=""
# Companies House API key
# The app will make a call to companies house to validate any registration
# numbers entered for limited or LLP organisations. To do this it will need
# a valid companies house API key
WCRS_COMPANIES_HOUSE_API_KEY=longvaluefullofnumbersandlettersinlowercase