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