From 6b84d06dd3b2859d41e389350ec96d6e4ce5f17f Mon Sep 17 00:00:00 2001 From: XOF Date: Wed, 17 Dec 2025 00:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c79f4ec --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +AUTH_TOKEN=my-secret-token +AUTH_ENABLED=true +PORT=8080 +KEEP_VERSIONS=5 +CHROME_URL=https://www.google.cn/chrome?standalone=1&platform=win64 \ No newline at end of file