mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-14 14:22:33 +02:00
add GODOXY_API_JWT_SECURE=true to .env
This commit is contained in:
parent
cfa9201f82
commit
20021b3cae
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ TZ=ETC/UTC
|
|||
GODOXY_UID=1000
|
||||
GODOXY_GID=1000
|
||||
|
||||
# Set GODOXY_API_JWT_SECURE=false to allow http
|
||||
GODOXY_API_JWT_SECURE=true
|
||||
# API JWT Configuration (common)
|
||||
# generate secret with `openssl rand -base64 32`
|
||||
GODOXY_API_JWT_SECRET=
|
||||
|
|
Loading…
Add table
Reference in a new issue