feat(sso): ✨ remove redis auth credentials for throttler
This commit is contained in:
parent
df9f035aa6
commit
1cb0ee052d
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ export class ThrottlerStorageRedisService
|
|||
host: redisConfig.host,
|
||||
port: redisConfig.port,
|
||||
},
|
||||
username: 'default',
|
||||
password: '', // Empty string signals no authentication
|
||||
// No username or password - completely disable authentication
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue