Files
Cleanuparr/e2e/tests/helpers/test-config.ts
2026-03-12 22:12:20 +02:00

15 lines
357 B
TypeScript

export const TEST_CONFIG = {
appUrl: 'http://localhost:5000',
keycloakUrl: 'http://localhost:8080',
realm: 'cleanuparr-test',
clientId: 'cleanuparr',
clientSecret: 'test-secret',
adminUsername: 'admin',
adminPassword: 'E2eTestPassword123!',
oidcUsername: 'testuser',
oidcPassword: 'testpass',
oidcProviderName: 'Keycloak',
} as const;