-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.development
More file actions
27 lines (22 loc) · 889 Bytes
/
.env.development
File metadata and controls
27 lines (22 loc) · 889 Bytes
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
# Azure Relay Configuration
AZURE_RELAY_NAMESPACE=manbrs-gateway-dev.servicebus.windows.net
AZURE_RELAY_HYBRID_CONNECTION=name-of-your-choice-relay-test-hc
# Optional: set these to use SAS token auth locally instead of managed identity / az login
AZURE_RELAY_KEY_NAME=RootManageSharedAccessKey
AZURE_RELAY_SHARED_ACCESS_KEY=YOUR_SHARED_ACCESS_KEY_HERE
CLOUD_API_ENDPOINT=https://localhost:8000/api/v1/dicom
CLOUD_API_TOKEN=testtoken
# MWL Server Configuration
MWL_AET=SCREENING_MWL
MWL_PORT=4243
MWL_DB_PATH=/var/lib/pacs/worklist.db
BACKUP_PATH=/var/lib/pacs/backups
# PACS Server Configuration
PACS_AET=SCREENING_PACS
PACS_PORT=4244
PACS_STORAGE_PATH=/var/lib/pacs/storage
PACS_DB_PATH=/var/lib/pacs/pacs.db
# Azure Application Insights (leave unset to disable telemetry locally)
# APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=...
# General Configuration
LOG_LEVEL=INFO