From e244b8b495805621a4d4df2fdc473ba8a153dc8c Mon Sep 17 00:00:00 2001 From: dy Date: Thu, 14 Dec 2023 11:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- src/config.json | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 src/config.json diff --git a/.gitignore b/.gitignore index 95a8418..c1b085f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ /.idea /.vscode /dist -/doc \ No newline at end of file +/doc + +/src/config.json \ No newline at end of file diff --git a/src/config.json b/src/config.json deleted file mode 100644 index f7cf5ce..0000000 --- a/src/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "msgPort": 8100, - "openTime": "2023-12-01 00:00:02", - "httpPort": 8101, - "redisUrl": "redis://:lyMaple525458@10.0.1.20:6379/0", - "crossRedisUrl": "redis://:lyMaple525458@10.0.1.20:6379/1" -} \ No newline at end of file