🔧 Make update interval configurable
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
# (Make sure the /api and https:// is included in the endpoint)
|
||||
TIMETABLE_ENDPOINT=
|
||||
TIMETABLE_TOKEN=
|
||||
# How often should the script query for timetable updates
|
||||
# Default: 60000 (every minute)
|
||||
TIMETABLE_INTERVAL=
|
||||
|
||||
# Set the Matrix url, bot user name and auth token here
|
||||
MATRIX_URL=
|
||||
|
Reference in New Issue
Block a user