Added default value
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# ? Telegram Bot
|
# ? Telegram Bot
|
||||||
telegram.bot.token=${TELEGRAM_BOT_TOKEN}
|
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 (can also override via ENV if you want)
|
||||||
electricity.threshold=${ELECTRICITY_THRESHOLD:0.50}
|
electricity.threshold=${ELECTRICITY_THRESHOLD:0.50}
|
||||||
|
|||||||
Reference in New Issue
Block a user