feat: Implement process worker with bullmq
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
b288dc8c35
commit
20e725b590
8
packages/backend/src/config/redis.ts
Normal file
8
packages/backend/src/config/redis.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import appConfig from './app';
|
||||
|
||||
const redisConfig = {
|
||||
host: appConfig.redisHost,
|
||||
port: appConfig.redisPort,
|
||||
};
|
||||
|
||||
export default redisConfig;
|
Reference in New Issue
Block a user