forked from bcgov/PaymentCommonComponent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
50 lines (41 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
######################
# Project
######################
PROJECT=pcc
######################
# SFTP
######################
BCM_SFTP=
######################
# Local Database
######################
DB_HOST=localhost
DB_NAME=pcc
DB_USER=postgres
DB_PASSWORD=postgres
DB_ROOT_PASSWORD=postgres
DB_PORT=5432
######################
# AWS Postgres
######################
AWS_POSTGRES_USERNAME=
######################
# DB Tunnel
######################
DB_HOST_DEV=
DB_HOST_PROD=
DB_HOST_TEST=
BASTION_INSTANCE_ID_DEV=
BASTION_INSTANCE_ID_PROD=
BASTION_INSTANCE_ID_TEST=
NODE_ENV=local
RUNTIME_ENV=local
API_URL=http://localhost:3000/api
MAIL_SERVICE_BASE_URL=https://api.notification.canada.ca
MAIL_SERVICE_KEY=
SNS_RECONCILER_RESULTS_TOPIC=arn:aws:sns:ca-central-1:000000000000:reconciliation-results-topic
SNS_PARSER_RESULTS_TOPIC=arn:aws:sns:ca-central-1:000000000000:parser-results-topic
SNS_BATCH_RECONCILER_RESULTS_TOPIC=arn:aws:sns:ca-central-1:000000000000:batch-reconciliation-results-topic
AUTH_BASE_URL=https://dev.loginproxy.gov.bc.ca/auth/realms/apigw
AWS_REGION=ca-central-1