diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7a3e216..21c3db4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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}