:ok configuração das variaveis do redis
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 3m29s

This commit is contained in:
2026-01-02 19:03:18 -05:00
parent e1159acdf0
commit d400a3febb

View File

@@ -5,7 +5,7 @@ export const redisProvider: Provider = {
provide: 'REDIS_CLIENT',
useFactory: () => {
return new Redis({
host: '10.1.1.109',
host: '172.35.0.217',
port: 6379,
});
},