lighthouse.js/server/config.js
Fillerino 27749a76d0 Updated port
Lets not roll with 80....
2017-09-26 20:30:29 +02:00

3 lines
77 B
JavaScript

export const port = process.env.PORT || 50005;
export const baseApi = 'api';