From 06150795790a5bc5913ff79b5440e16bedacd8e7 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Sun, 13 Aug 2023 14:52:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:env=E7=A4=BA=E4=BE=8B=E6=B7=BB=E5=8A=A0gat?= =?UTF-8?q?eway=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index eeecc31..2d4a58a 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,13 @@ APP_KEY=base64:q3NPkuRVhdHFRkVskaqQatUEs+fXcFVgJNiDtE9nSAA= APP_DEBUG=true APP_URL=http://127.0.0.1:8000 +GATEWAY_PORT=4000 +GATEWAY_REGISTER=4001 +GATEWAY_START=4002 +GATEWAY_PING='{"action":"ping"}' +GATEWAY_PANG='{"action":"pang"}' +GATEWAY_CLOSE=/api/Gateway/close + REQUEST_LOG=true TIMEZONE=Asia/Shanghai