add GODOXY_API_JWT_SECURE=true to .env

This commit is contained in:
DarinDev1000 2025-06-12 03:05:54 +00:00 committed by yusing
parent cfa9201f82
commit 20021b3cae

View file

@ -8,6 +8,8 @@ TZ=ETC/UTC
GODOXY_UID=1000 GODOXY_UID=1000
GODOXY_GID=1000 GODOXY_GID=1000
# Set GODOXY_API_JWT_SECURE=false to allow http
GODOXY_API_JWT_SECURE=true
# API JWT Configuration (common) # API JWT Configuration (common)
# generate secret with `openssl rand -base64 32` # generate secret with `openssl rand -base64 32`
GODOXY_API_JWT_SECRET= GODOXY_API_JWT_SECRET=