lighthouse.js/server/config.js
Wallermadev 40a5ef384a now only return feilds needed in application,
Wildcard searches added to allow partial matches.
2017-09-20 19:34:06 +00:00

3 lines
74 B
JavaScript

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