From fdf449f8a19b11fc33ef46f5c53d4c303994f7e3 Mon Sep 17 00:00:00 2001
From: Alexander Schoch <schochal@student.ethz.ch>
Date: Sat, 16 Sep 2023 16:09:32 +0200
Subject: [PATCH] update entrypoint script

---
 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index 1b78650..781c61f 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-echo "DATABASE_URL=mysql://$SIP_MYSQL_PPLW_USER:$SIP_MYSQL_PPLW_PW@$SIP_MYSQL_PPLW_SERVER:$SIP_MYSQL_PPLW_PORT/$SIP_MYSQL_PPLW_NAME?schema=public" > .env
+echo "DATABASE_URL=mysql://$SIP_MYSQL_ALT_USER:$SIP_MYSQL_ALT_PW@$SIP_MYSQL_ALT_SERVER:$SIP_MYSQL_ALT_PORT/$SIP_MYSQL_ALT_NAME?schema=public" > .env
 
 npm run start
-- 
GitLab