diff options
author | emkael <emkael@tlen.pl> | 2016-02-24 23:48:01 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-24 23:48:01 +0100 |
commit | 99c0bcb7c34c8ae2ea231f18f24b4bef64827404 (patch) | |
tree | 3b196edf6c222c6b8c454320879c77159908c3e6 /config | |
parent | 2173f7d7613b5158f4bb2f71a02df353c058c1ee (diff) |
* renaming conf directory
Diffstat (limited to 'config')
-rw-r--r-- | config/db.json | bin | 0 -> 167 bytes | |||
-rw-r--r-- | config/reddit-import.json | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/db.json b/config/db.json Binary files differnew file mode 100644 index 0000000..936104f --- /dev/null +++ b/config/db.json diff --git a/config/reddit-import.json b/config/reddit-import.json new file mode 100644 index 0000000..f34d522 --- /dev/null +++ b/config/reddit-import.json @@ -0,0 +1,6 @@ +{ + "cache": "../cache/list.md", + "cache_time": 86400, + "reddit_url": "https://www.reddit.com/r/MotorsportsCalendar/comments/45uv93/2016_calendar_list.json", + "user_agent": "/u/emkael" +} |