mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore: add GODOXY_API_JWT_SECURE to .env.example
This commit is contained in:
parent
1380b58141
commit
a2c9e47557
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue