chore: add GODOXY_API_JWT_SECURE to .env.example

This commit is contained in:
yusing 2025-04-11 07:44:40 +08:00
parent 1380b58141
commit a2c9e47557

View file

@ -5,6 +5,9 @@ TZ=ETC/UTC
# These fields are not required for OIDC authentication
GODOXY_API_USER=admin
GODOXY_API_PASSWORD=password
# Enable `secure` cookie flag
GODOXY_API_JWT_SECURE=true
# generate secret with `openssl rand -base64 32`
GODOXY_API_JWT_SECRET=
# the JWT token time-to-live