From a0887106d6d472eecf7b6d1f15c745c490f039e4 Mon Sep 17 00:00:00 2001 From: minie4 Date: Fri, 23 Jun 2023 20:55:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20.env.sample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.env.sample b/.env.sample index e69de29..edea89e 100644 --- a/.env.sample +++ b/.env.sample @@ -0,0 +1,15 @@ +# 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= + +# 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= \ No newline at end of file