From c7c45837c60e526d66b3f6012cbeef36262bd2dc Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 1 May 2024 12:53:30 +0200 Subject: Add default_config.json This prepares configuration file support. --- default_config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 default_config.json diff --git a/default_config.json b/default_config.json new file mode 100644 index 0000000..e4415f3 --- /dev/null +++ b/default_config.json @@ -0,0 +1,4 @@ +{ + "http_address": "127.0.0.1:8080", + "storage_file_path": "storage" +} -- cgit v1.2.3-70-g09d2