diff options
author | emkael <emkael@tlen.pl> | 2017-04-11 18:30:30 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-11 18:30:30 +0200 |
commit | 2f691416e159fa6a1fc5413bbec3f86acb3096ab (patch) | |
tree | 82d6a7cc7f2d01f5577b3b37a4a6705a4c6eed7d /config | |
parent | 56a98e9c45a5427cb47676d8888bef69ac8a9e77 (diff) |
Config files cleaned up
Diffstat (limited to 'config')
-rw-r--r-- | config/dates.json | 3 | ||||
-rw-r--r-- | config/db.json | bin | 0 -> 149 bytes | |||
-rw-r--r-- | config/test-dates.json | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/config/dates.json b/config/dates.json new file mode 100644 index 0000000..7dfdd66 --- /dev/null +++ b/config/dates.json @@ -0,0 +1,3 @@ +{ + "2016-12-31": "." +} diff --git a/config/db.json b/config/db.json Binary files differnew file mode 100644 index 0000000..9db40bf --- /dev/null +++ b/config/db.json diff --git a/config/test-dates.json b/config/test-dates.json new file mode 100644 index 0000000..f417da7 --- /dev/null +++ b/config/test-dates.json @@ -0,0 +1,4 @@ +{ + "2016-12-31": "2017-01.html", + "2017-04-30": "." +} |