mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-25 02:21:05 +01:00
chore: add GODOXY_API_JWT_SECURE to .env.example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user