chore: update e2e env to force ssl and tweak setup to detect arm64 arch

This commit is contained in:
ramvignesh-b
2026-04-24 03:13:03 +05:30
parent d92590f764
commit 7f61ce169e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ DB_HOST=localhost
DB_PORT=5433 DB_PORT=5433
# SSL # SSL
SSL_ENABLED=false SSL_ENABLED=true
# DJANGO # DJANGO
DEBUG=True DEBUG=True
+1 -1
View File
@@ -59,7 +59,7 @@ case $OS in
;; ;;
esac esac
case $ARCH in case $ARCH in
arm64) arm64|aarch64)
MKCERT_ARCH="arm64" MKCERT_ARCH="arm64"
;; ;;
*) *)