UNPKG

@defra/wls-eps-api

Version:

The API to support the wildlife licencing of European Protected Species

7 lines (6 loc) 206 B
/* * Constants */ export const SERVER_PORT = process.env.SERVER_PORT || 3000 export const CACHE_EXPIRE_SECONDS = process.env.CACHE_EXPIRE_SECONDS || 600 export const APPLICATION_JSON = 'application/json'