From aecb766ddabe8e8df2ba28b4a1e9c86898274845 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 23 Jan 2026 13:37:21 +0800 Subject: [PATCH] update --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 3bfc202..cc6da43 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # 站点基础域名,末尾不需要/ -BASE_URL=https://zpic.demo.mba +BASE_URL=https://www.zpic.pro # 运行目录,仅适用于宝塔面板不俗 APP_PATH=/opt/zpic-deploy @@ -25,4 +25,5 @@ IMGPROXY_SALT=f396da2b4802d257 IMGPROXY_QUALITY=80 IMGPROXY_AUTO_ROTATE=true IMGPROXY_AUTO_WEBP=true -IMGPROXY_MAX_SRC_FILE_SIZE=10485760 \ No newline at end of file +IMGPROXY_MAX_SRC_FILE_SIZE=10485760 +IMGPROXY_DOWNLOAD_TIMEOUT=10 \ No newline at end of file