UNPKG

158 BJavaScriptView Raw
1require('dotenv').config({ silent: true });
2
3module.exports = {
4 urls: {
5 collector: process.env.COLLECTOR_URL || 'http://localhost:8054/events',
6 },
7};