5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
|
|
export const redisConnection = {
|
||
|
|
host: "127.0.0.1",
|
||
|
|
port: 6379,
|
||
|
|
};
|