From 061ae1e8c16f61e15be936edf4db5b7a95c4381a Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Wed, 3 May 2023 20:37:34 +0800 Subject: [PATCH] Reformat example log --- config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index 151cdd3..ba1b8fa 100644 --- a/config.example.json +++ b/config.example.json @@ -1,9 +1,9 @@ { - "log_path": "./logs/", + "log_path": "/tmp/rua-list/logs/", "port": 3000, "list": { - "exact": ["19840174017"], - "wildcard": ["1984017*", "198*4017", "*4017", "?9840174017"] + "exact": [], + "wildcard": [] } } \ No newline at end of file