From b07a5e5d37a63fd30a6ffe8f991c12a4209c5454 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Mon, 2 Dec 2024 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=EF=BC=9ATo?= =?UTF-8?q?piam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- topiam-ce/2.0.0/envs/default.env | 2 ++ topiam-ce/2.0.0/envs/global.env | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 topiam-ce/2.0.0/envs/default.env create mode 100644 topiam-ce/2.0.0/envs/global.env diff --git a/topiam-ce/2.0.0/envs/default.env b/topiam-ce/2.0.0/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/topiam-ce/2.0.0/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/topiam-ce/2.0.0/envs/global.env b/topiam-ce/2.0.0/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/topiam-ce/2.0.0/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai