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