From 20021b3cae2a4925de4bf318c13bf6aadda52be2 Mon Sep 17 00:00:00 2001 From: DarinDev1000 <43659317+DarinDev1000@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:05:54 +0000 Subject: [PATCH] add GODOXY_API_JWT_SECURE=true to .env --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index ac3855b..062cb9c 100644 --- a/.env.example +++ b/.env.example @@ -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=