From 75366167e8f1ec5d0d8ec38674b89a21377d2305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 8 Jan 2026 16:32:02 +0100 Subject: [PATCH] chore: update httpclient config --- http-client.env.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/http-client.env.json b/http-client.env.json index e38eec1..051e049 100644 --- a/http-client.env.json +++ b/http-client.env.json @@ -7,8 +7,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep-next-booking.ddev.site/authorize", - "Token URL": "https://myep-next-booking.ddev.site/token", + "Auth URL": "https://myep-next.ddev.site/authorize", + "Token URL": "https://myep-next.ddev.site/token", "Redirect URL": "https://myep-team.ddev.site/auth/check", "Scope": "email" }, @@ -17,8 +17,8 @@ "Grant Type": "Authorization Code", "Client ID": "{{oauth2_client_id}}", "Client Secret": "{{oauth2_client_secret}}", - "Auth URL": "https://myep-next-booking.ddev.site/authorize", - "Token URL": "https://myep-next-booking.ddev.site/token", + "Auth URL": "https://myep-next.ddev.site/authorize", + "Token URL": "https://myep-next.ddev.site/token", "Redirect URL": "https://myep-team.ddev.site/auth/check", "Scope": "email profile" }, @@ -27,8 +27,8 @@ "Grant Type": "Client Credentials", "Client ID": "{{oauth2_api_client_id}}", "Client Secret": "{{oauth2_api_client_secret}}", - "Auth URL": "https://myep-next-booking.ddev.site/authorize", - "Token URL": "https://myep-next-booking.ddev.site/token", + "Auth URL": "https://myep-next.ddev.site/authorize", + "Token URL": "https://myep-next.ddev.site/token", "Scope": "api" } }