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