chore: use port 2286 for the auth server (#15369)

This commit is contained in:
Jason Rasmussen
2025-01-15 15:03:20 -05:00
committed by GitHub
parent 7d087371b5
commit 2d2966caa0
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ import request from 'supertest';
import { beforeAll, describe, expect, it } from 'vitest';
const authServer = {
internal: 'http://auth-server:3000',
external: 'http://127.0.0.1:3000',
internal: 'http://auth-server:2286',
external: 'http://127.0.0.1:2286',
};
const mobileOverrideRedirectUri = 'https://photos.immich.app/oauth/mobile-redirect';