-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
54 lines (39 loc) · 1.12 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
SERVICE_NAME=water-abstraction-import
JWT_TOKEN=
JWT_SECRET=
RETURNS_URI=
WATER_URI=
CRM_URI=
SYSTEM_URI=
DATABASE_URL=
TEST_DATABASE_URL=
S3_KEY=
S3_SECRET=
S3_BUCKET=
PROXY=
# Airbrake config
AIRBRAKE_HOST=https://my-errbit-instance.com
AIRBRAKE_KEY=longvaluefullofnumbersandlettersinlowercase
ENVIRONMENT=dev
ERRBIT_KEY=
ERRBIT_SERVER=
NODE_ENV=production
ENVIRONMENT=pre
IMPORT_RETURNS_YEARS=
NALD_ZIP_PASSWORD=
REDIS_URI=
S3_NALD_IMPORT_PATH=
WATER_SERVICE_MAILBOX=
# For development only! See https://eaflood.atlassian.net/browse/WATER-3201
# Enables import of licence agreements during the licence import process. This was a one time import
# run in production that we often need to re-run in local and non-production environments
IMPORT_LICENCE_AGREEMENTS=false
# Set log level for app. Default is 'info'
WRLS_LOG_LEVEL=debug
# Use Cron type syntax to set timings for these background processes
WRLS_CRON_NALD='15 23 * * *'
WRLS_CRON_LICENCES='15 3 * * 1,2,3,4,5'
WRLS_CRON_RETURN_VERSIONS='15 7 * * 1,2,3,4,5'
WRLS_CRON_POINTS='45 7 * * 1,2,3,4,5'
WRLS_CRON_MOD_LOGS='30 7 * * 1,2,3,4,5'
WRLS_CRON_TRACKER='0 10 * * 1,2,3,4,5'