fixed scripts and replaced consts
This commit is contained in:
17
.example.env
17
.example.env
@@ -1,2 +1,15 @@
|
||||
PROXY_HOST=
|
||||
PARSING_FAILURE_NOTIFICATIONS_TELEGRAM_BOTAPI_TOKEN=
|
||||
# Development/Example environment variables for KSPGUTI Schedule
|
||||
|
||||
# Site URL - used for canonical links and sitemap (optional, defaults to https://schedule.itlxrd.space)
|
||||
NEXT_PUBLIC_SITE_URL=https://schedule.itlxrd.space
|
||||
|
||||
# Proxy URL for schedule parsing (optional, defaults to https://lk.ks.psuti.ru)
|
||||
PROXY_URL=https://lk.ks.psuti.ru
|
||||
|
||||
# Telegram Bot API token for parsing failure notifications (optional)
|
||||
# Get token from @BotFather on Telegram
|
||||
PARSING_FAILURE_NOTIFICATIONS_TELEGRAM_BOTAPI_TOKEN=
|
||||
|
||||
# Telegram Chat ID for receiving notifications (optional)
|
||||
# You can get your chat ID by messaging @userinfobot on Telegram
|
||||
PARSING_FAILURE_NOTIFICATIONS_TELEGRAM_CHAT_ID=
|
||||
Reference in New Issue
Block a user