diff --git a/src-tauri/.env.example b/src-tauri/.env.example index 2ec8858..2b94f48 100644 --- a/src-tauri/.env.example +++ b/src-tauri/.env.example @@ -1,5 +1,5 @@ API_BASE_URL=http://127.0.0.1:3000 -AUTH_URL=https://auth.example.com/realms/friendolls/protocol/openid-connect/auth +AUTH_URL=https://auth.example.com/realms/friendolls/protocol/openid-connect JWT_AUDIENCE=friendolls-desktop REDIRECT_URI=http://localhost:8582/callback REDIRECT_HOST=localhost:8582