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