mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 10:18:59 +02: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
|
# These fields are not required for OIDC authentication
|
||||||
GODOXY_API_USER=admin
|
GODOXY_API_USER=admin
|
||||||
GODOXY_API_PASSWORD=password
|
GODOXY_API_PASSWORD=password
|
||||||
|
|
||||||
|
# Enable `secure` cookie flag
|
||||||
|
GODOXY_API_JWT_SECURE=true
|
||||||
# generate secret with `openssl rand -base64 32`
|
# generate secret with `openssl rand -base64 32`
|
||||||
GODOXY_API_JWT_SECRET=
|
GODOXY_API_JWT_SECRET=
|
||||||
# the JWT token time-to-live
|
# the JWT token time-to-live
|
||||||
|
|||||||
Reference in New Issue
Block a user