From 15b6cf2e4ebe520a21bfdb9d91b4a97807f2aea1 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 3 May 2025 19:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 7 +++++++ .gitignore | 1 + 2 files changed, 8 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..7d3078d --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +PORT=4000 +DEBUG=true +RD_PORT=6379 +RD_ADD=127.0.0.1 +WS_SECRET=114514 +WS_PORT=4001 +TOKEN=54188 diff --git a/.gitignore b/.gitignore index 8eb3824..e559708 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ yarn-error.log* /.pnp .pnp.js +.env .vscode/* /dist/ /logs/