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