unify all ports: app=3010, infra=3184-3187, cleanup debug markers

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:12:26 +03:00
parent d33cb237d7
commit 9b4311f34f
7 changed files with 15 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ async function main(): Promise<void> {
name: "Test OAuth Client",
clientId: testClientId,
clientSecret,
redirectUris: ["http://localhost:5173/callback", "http://localhost:3000/callback"],
redirectUris: ["http://localhost:5173/callback", "http://localhost:3010/callback"],
grants: ["authorization_code", "client_credentials", "refresh_token"],
isConfidential: true,
},