cleanup & setting up sync update

This commit is contained in:
2025-03-24 17:19:51 +03:00
parent a2ce9248f0
commit 22473c8f3f
13650 changed files with 507 additions and 1947259 deletions
+12
View File
@@ -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"