From 2f691416e159fa6a1fc5413bbec3f86acb3096ab Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 11 Apr 2017 18:30:30 +0200 Subject: Config files cleaned up --- config/dates.json | 3 +++ config/db.json | Bin 0 -> 149 bytes config/test-dates.json | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 config/dates.json create mode 100644 config/db.json create mode 100644 config/test-dates.json (limited to 'config') 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 new file mode 100644 index 0000000..9db40bf Binary files /dev/null and b/config/db.json differ 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": "." +} -- cgit v1.2.3