forked from NHSDigital/dtos-service-insights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
21 lines (14 loc) · 1.35 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Environment variables for use in docker compose
# Enter the connection string for azurite in the quotes, the connection string can be found at https://github.com/Azure/Azurite?tab=readme-ov-file#connection-strings
AZURITE_CONNECTION_STRING=""
AZURITE_CONTAINER_NAME="sample-container" #Azure blob container name
# Database name and SA password
DB_CONNECTION="" # sql-database for mac, 127.0.0.1 for windows
DB_NAME=ServiceInsightsDB #Database Name for the Azure SQL database
PASSWORD="" # Enter a db password here with 8 chars, a num/ special character, and a capital letter
# Mesh mailbox settings
MESHPASSWORD="" #Password for the MESH Mailbox, for local sandbox this can be will be password, for production and integration This will be provided by the project.
MESHSHAREDKEY="" #Shared Key for the MESH Mailbox, For local sandbox this is set in the Docker-Compose.yml file, production and integration This will be provided by the project.
MESHKEYPASSPHRASE="" #Passpharse for the private key for authenticating against the MESH Mailbox, for the local sandbox this is defined when creating the private key and certificate, production and integration this will be issues when provisining the environment.
MESHAPIBASEURL=http://localhost:8700/messageexchange #Mesh mailbox URL host.docker.internal for mac and localhost for windows
BSSMAILBOX=X26ABC1 #Mesh mailbox name