From 6671e4221ff7010e4f2d16bd37cffed6cff6c06b Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 13 Feb 2026 14:53:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=9C=A8=20.env.example=20=E4=B8=AD?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20APP=5FVERSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index b00cef0..d070dba 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost +APP_VERSION=v1.0.0 # Multi-tenancy 設定 (用逗號分隔多個中央網域) CENTRAL_DOMAINS=localhost,127.0.0.1