mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku
This commit is contained in:
+1
-1
@@ -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
@@ -59,7 +59,7 @@ case $OS in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
arm64)
|
arm64|aarch64)
|
||||||
MKCERT_ARCH="arm64"
|
MKCERT_ARCH="arm64"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user