summaryrefslogtreecommitdiff
path: root/config/default.json
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-09-04 10:08:23 +0200
committerxengineering <me@xengineering.eu>2021-09-04 10:11:53 +0200
commit5d0e725d2bd6208a7342394886a589045f645b94 (patch)
treed8605586e3aab164eb0399d6f3e4dac17bbf022b /config/default.json
parent48a2e73883d52236b76d4988a335b4752dd137da (diff)
downloadxbackup-5d0e725d2bd6208a7342394886a589045f645b94.tar
xbackup-5d0e725d2bd6208a7342394886a589045f645b94.tar.zst
xbackup-5d0e725d2bd6208a7342394886a589045f645b94.zip
Implement Config Parsing
Diffstat (limited to 'config/default.json')
-rw-r--r--config/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
new file mode 100644
index 0000000..2bfd471
--- /dev/null
+++ b/config/default.json
@@ -0,0 +1,3 @@
+{
+ "test":4
+}