From 01b1e98cedca3ab5b21ea2f3dcb654e5186663fc Mon Sep 17 00:00:00 2001 From: zhumeisongsong Date: Thu, 7 Nov 2024 00:19:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20ignore=20env=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 7 +++++-- .gitignore | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 303585a..3e3a203 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,8 @@ -GATEWAY_HOST=localhost +GATEWAY_HOST= GATEWAY_PORT= USER_HOST= -USER_PORT= \ No newline at end of file +USER_PORT= + +TASK_HOST= +TASK_PORT= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4f4d87b..790cf0f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ Thumbs.db .nx/cache .nx/workspace-data + +.env +.env.local