diff options
author | xengineering <me@xengineering.eu> | 2021-09-04 10:08:23 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-04 10:11:53 +0200 |
commit | 5d0e725d2bd6208a7342394886a589045f645b94 (patch) | |
tree | d8605586e3aab164eb0399d6f3e4dac17bbf022b /config/default.json | |
parent | 48a2e73883d52236b76d4988a335b4752dd137da (diff) | |
download | xbackup-5d0e725d2bd6208a7342394886a589045f645b94.tar xbackup-5d0e725d2bd6208a7342394886a589045f645b94.tar.zst xbackup-5d0e725d2bd6208a7342394886a589045f645b94.zip |
Implement Config Parsing
Diffstat (limited to 'config/default.json')
-rw-r--r-- | config/default.json | 3 |
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 +} |