From 781f1b9f8348509765deb1aabb4b3d96d6cc274c Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20OT=5FPROXY=5FLOG=5FRAW=20?= =?UTF-8?q?=E5=88=B0=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 7e046d4..001d128 100644 --- a/.env.example +++ b/.env.example @@ -48,3 +48,6 @@ OT_WEBAUTHN_RP_NAME=openteam OT_ADMIN_USERNAME=admin OT_ADMIN_EMAIL=admin@localhost OT_ADMIN_PASSWORD=admin123 + +# 记录原始请求日志 +OT_PROXY_LOG_RAW=false \ No newline at end of file