Incluido nome da filial na consulta de estoque da loja

This commit is contained in:
eduardoestevao-appsoluti
2025-05-13 16:39:35 -03:00
parent 61e59e7895
commit a8dd03f0b2
2 changed files with 4 additions and 2 deletions

View File

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