25 lines
826 B
Plaintext
25 lines
826 B
Plaintext
# Environment variables for Timetable V2 Notify
|
|
# Use this file as a template and change the values accordingly
|
|
|
|
# Set Timetable V2 API endpoint and token here
|
|
# (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=
|
|
MATRIX_USER=
|
|
# You can get the access token by for example logging into
|
|
# the bot's matrix account in element and copying the
|
|
# Access Token under Settings > Help & About > Advanced
|
|
MATRIX_TOKEN=
|
|
|
|
# The bot set this as its display name (Default: Timetable V2)
|
|
MATRIX_DISPLAYNAME=
|
|
|
|
# If set, this password must be used with the "login" command
|
|
# to be able to use this bot
|
|
AUTH_PASSWORD= |