From c009bb599de08e0ab990be843906e7aa505c05e9 Mon Sep 17 00:00:00 2001 From: saitewasreset Date: Tue, 3 Sep 2024 19:09:00 +0800 Subject: [PATCH] Script: merge config.json. --- script/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 script/config.json diff --git a/script/config.json b/script/config.json new file mode 100644 index 0000000..569b010 --- /dev/null +++ b/script/config.json @@ -0,0 +1,5 @@ +{ + "admin_endpoint": "", + "log_path": "./log", + "mapping_path": "./mapping" +}