From a102863eff2f8b3d0f51ded0d03604c25a509c80 Mon Sep 17 00:00:00 2001 From: Urban Modig Date: Fri, 12 Sep 2025 17:51:10 +0200 Subject: [PATCH] Setting endpoint default --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 21c3db4..a67a404 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,7 +6,7 @@ telegram.chat.id=${TELEGRAM_CHAT_ID:7321440614} electricity.threshold=${ELECTRICITY_THRESHOLD:0.50} # ? GraphQL -graphql.endpoint=${GRAPHQL_ENDPOINT:https://provider.example/graphql} +graphql.endpoint=${GRAPHQL_ENDPOINT:https://api.tibber.com/v1-beta/gql} graphql.access-token=${GRAPHQL_ACCESS_TOKEN} # ?? Behavior