GeekyAnts / GeekyAnts/express-typescript
.env file not find queueMonitor and queueMonitorHttpPort
Open
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
for App.ts is loadQueue function:
1.const isQueueMonitorEnabled: boolean = Locals.config().queueMonitor;
2.const queueMonitorPort: number = Locals.config().queueMonitorHttpPort;
But .env not find queueMonitor and queueMonitorHttpPort
Contributor guide
Assessment
This issue has not been assessed yet.