chore(e2e): 🔧 Update production auth test config for end-to-end reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
74f61e2ba2
commit
2fa90c2195
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
import { execFileSync } from 'child_process';
|
||||
|
||||
const REDIS_HOST = process.env.REDIS_HOST || 'sso-redis';
|
||||
const REDIS_PORT = process.env.REDIS_PORT || '6379';
|
||||
const REDIS_PORT = process.env.REDIS_PORT || '26379';
|
||||
|
||||
export default async function globalSetup(): Promise<void> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue