From 5595f9dddbfbf7e0e7903a4a7efddaf1a9eac242 Mon Sep 17 00:00:00 2001 From: zhumeisongsong Date: Thu, 7 Nov 2024 10:26:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Environment=20variables?= =?UTF-8?q?=20are=20not=20properly=20documented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.sample b/.env.sample index 3e3a203..8ac643e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,8 +1,8 @@ -GATEWAY_HOST= -GATEWAY_PORT= +GATEWAY_HOST=localhost +GATEWAY_PORT=3333 -USER_HOST= -USER_PORT= +USER_HOST=localhost +USER_PORT=15001 -TASK_HOST= -TASK_PORT= \ No newline at end of file +TASK_HOST=localhost +TASK_PORT=15002 \ No newline at end of file