:ok configuração das variaveis do redis
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 3m29s
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 3m29s
This commit is contained in:
@@ -5,7 +5,7 @@ export const redisProvider: Provider = {
|
|||||||
provide: 'REDIS_CLIENT',
|
provide: 'REDIS_CLIENT',
|
||||||
useFactory: () => {
|
useFactory: () => {
|
||||||
return new Redis({
|
return new Redis({
|
||||||
host: '10.1.1.109',
|
host: '172.35.0.217',
|
||||||
port: 6379,
|
port: 6379,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user