mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
cleanup & setting up sync update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# server endpoint
|
||||
SERVER_URL="https://impactdashboard.streamlinehealth.tech/signalytic/receive_data"
|
||||
|
||||
# Database variables
|
||||
DB_HOST="streamline-emr"
|
||||
DB_DATABASE="streamline"
|
||||
DB_USERNAME="root"
|
||||
DB_PASSWORD="streamline"
|
||||
|
||||
# Redis variables
|
||||
REDIS_HOST="redis"
|
||||
REDIS_PORT="6379"
|
||||
Reference in New Issue
Block a user