mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +00:00
15 lines
350 B
Bash
15 lines
350 B
Bash
# server endpoint
|
|
SERVER=https://impactdashboard.streamlinehealth.tech/
|
|
SERVER_ENDPOINT=/signalytic/receive_data
|
|
SERVER_STATUS_URL=/signalytic/status
|
|
|
|
# Database variables
|
|
DB_HOST=streamline-emr
|
|
DB_DATABASE=streamline
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=streamline
|
|
|
|
# Redis variables
|
|
REDIS_HOST=streamline-emr-redis
|
|
REDIS_PORT=6379
|
|
REDIS_TTL=432000 # 5Days |