From a8a179cbbe6afc2814f76058b5271f8fcd658eb2 Mon Sep 17 00:00:00 2001 From: Ricardo Maia Date: Mon, 29 Nov 2021 15:02:14 -0300 Subject: [PATCH] Last 5 years. --- src/config.json | 2 +- src/config.sample.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/config.sample.json diff --git a/src/config.json b/src/config.json index e4278d0..b29fad0 100644 --- a/src/config.json +++ b/src/config.json @@ -2,5 +2,5 @@ "user": "ricardomaia", "repo": "ghost", "auto_refresh": true, - "incident_days": 365 + "incident_days": 1825 } \ No newline at end of file diff --git a/src/config.sample.json b/src/config.sample.json new file mode 100644 index 0000000..e4278d0 --- /dev/null +++ b/src/config.sample.json @@ -0,0 +1,6 @@ +{ + "user": "ricardomaia", + "repo": "ghost", + "auto_refresh": true, + "incident_days": 365 +} \ No newline at end of file