Make data source refresh interval configurable

This commit is contained in:
Max Goodhart
2020-07-27 11:23:26 -07:00
parent e8839db60d
commit 19a29e859f
3 changed files with 12 additions and 4 deletions

View File

@@ -27,6 +27,9 @@ username = "woke"
password = "woke"
[data]
# Interval to refresh polled datasources
#interval = 30
# By default, we use the woke.net streams data source.
# You can add other URLs to fetch here:
json-url = ["https://woke.net/api/streams.json"]