Added default value

This commit is contained in:
Urban Modig
2025-09-12 13:00:40 +02:00
parent 75d174ef25
commit 2a7fe41b0b

View File

@ -1,6 +1,6 @@
# ? Telegram Bot
telegram.bot.token=${TELEGRAM_BOT_TOKEN}
telegram.chat.id=${TELEGRAM_CHAT_ID}
telegram.chat.id=${TELEGRAM_CHAT_ID:7321440614}
# ? Electricity threshold (can also override via ENV if you want)
electricity.threshold=${ELECTRICITY_THRESHOLD:0.50}