summaryrefslogtreecommitdiff
path: root/default_config.json
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-01 12:53:30 +0200
committerxengineering <me@xengineering.eu>2024-05-01 12:58:12 +0200
commitc7c45837c60e526d66b3f6012cbeef36262bd2dc (patch)
tree1f4984f99ca1a79218d685d31d0345b6dd48a225 /default_config.json
parentab6d2d7e2560761c9a369e623ddfbe0202188934 (diff)
downloadceres-c7c45837c60e526d66b3f6012cbeef36262bd2dc.tar
ceres-c7c45837c60e526d66b3f6012cbeef36262bd2dc.tar.zst
ceres-c7c45837c60e526d66b3f6012cbeef36262bd2dc.zip
Add default_config.json
This prepares configuration file support.
Diffstat (limited to 'default_config.json')
-rw-r--r--default_config.json4
1 files changed, 4 insertions, 0 deletions
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"
+}