diff --git a/src/index.ts b/src/index.ts index a683f90e..24739428 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import api from './api'; import { name, version } from '../package.json'; const app = express(); -const PORT = process.env.PORT || 3000; +const PORT = process.env.PORT || 3008; initLogger(app); initMetrics(app);