mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
streamline-emr v2.3 custom sync service scripts, docker-compose updates
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# server endpoint
|
||||
SERVER_URL="https://impactdashboard.streamlinehealth.tech/signalytic/receive_data"
|
||||
SERVER="https://impactdashboard.streamlinehealth.tech/"
|
||||
SERVER_ENDPOINT="/signalytic/receive_data"
|
||||
SERVER_STATUS_URL="/status"
|
||||
|
||||
# Database variables
|
||||
DB_HOST="streamline-emr"
|
||||
DB_DATABASE="streamline"
|
||||
DB_USERNAME="root"
|
||||
DB_PASSWORD="streamline"
|
||||
DB_HOST=streamline-emr
|
||||
DB_DATABASE=streamline
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=streamline
|
||||
|
||||
# Redis variables
|
||||
REDIS_HOST="redis"
|
||||
REDIS_PORT="6379"
|
||||
REDIS_HOST=streamline-emr-redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_TTL=432000 # 5Days
|
||||
Reference in New Issue
Block a user