initial commit

This commit is contained in:
Urban Modig
2025-09-12 12:41:50 +02:00
parent f7b2579690
commit 75d174ef25
12 changed files with 566 additions and 2 deletions

View File

@ -0,0 +1,13 @@
# ? 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}