mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 22:53:08 +08:00
restructure directories
* set log level based on env
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { BullModule } from '@nestjs/bullmq';
|
||||
import { EnvironmentService } from '../environment/environment.service';
|
||||
import { createRetryStrategy, parseRedisUrl } from '../../helpers';
|
||||
import { createRetryStrategy, parseRedisUrl } from '../../common/helpers';
|
||||
import { QueueName } from './constants';
|
||||
|
||||
@Global()
|
||||
|
||||
Reference in New Issue
Block a user