Files
electricityalert/src/main/resources/application.properties
2025-09-12 12:47:45 +02:00

14 lines
399 B
Properties

# ? Telegram Bot
telegram.bot.token=${TELEGRAM_BOT_TOKEN}
telegram.chat.id=${TELEGRAM_CHAT_ID}
# ? Electricity threshold (can also override via ENV if you want)
electricity.threshold=${ELECTRICITY_THRESHOLD:0.50}
# ? GraphQL
graphql.endpoint=${GRAPHQL_ENDPOINT:https://provider.example/graphql}
graphql.access-token=${GRAPHQL_ACCESS_TOKEN}
# ?? Behavior
fetch.on-startup=${FETCH_ON_STARTUP:true}