homolog #1
@@ -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,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user