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