From 1ee03bd9213c27cd87970b8b530f050576d91b19 Mon Sep 17 00:00:00 2001 From: agnetemoos Date: Mon, 30 Jun 2025 10:39:14 +0200 Subject: [PATCH] Change v1 to v2 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 145cadc..d843cf8 100644 --- a/.env.example +++ b/.env.example @@ -81,8 +81,8 @@ APP_PREVIEW_CLIENT= ##### client [itkdev/os2display-client] ##### APP_API_ENDPOINT="https://demo.os2display.dk" APP_API_PATH="https://demo.os2display.dk" -APP_API_AUTHENTICATION_ENDPOINT="https://demo.os2display.dk/v1/authentication/screen" -APP_API_AUTHENTICATION_REFRESH_ENDPOINT="https://demo.os2display.dk/v1/authentication/token/refresh" +APP_API_AUTHENTICATION_ENDPOINT="https://demo.os2display.dk/v2/authentication/screen" +APP_API_AUTHENTICATION_REFRESH_ENDPOINT="https://demo.os2display.dk/v2/authentication/token/refresh" APP_DATA_PULL_INTERVAL=90000 APP_SCHEDULING_INTERVAL=60000 APP_DEBUG=false