mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
chore: update e2e env to force ssl and tweak setup to detect arm64 arch
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ DB_HOST=localhost
|
||||
DB_PORT=5433
|
||||
|
||||
# SSL
|
||||
SSL_ENABLED=false
|
||||
SSL_ENABLED=true
|
||||
|
||||
# DJANGO
|
||||
DEBUG=True
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ case $OS in
|
||||
;;
|
||||
esac
|
||||
case $ARCH in
|
||||
arm64)
|
||||
arm64|aarch64)
|
||||
MKCERT_ARCH="arm64"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user