initial commit
This commit is contained in:
13
src/main/resources/application.properties
Normal file
13
src/main/resources/application.properties
Normal 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}
|
||||
Reference in New Issue
Block a user