1.1.4 • Published 2 years ago

@defra/wls-eps-api v1.1.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

Wildlife licencing EPS API

For Natural England

Getting Started

cd packages/eps/api
npm start

http://localhost:3000/openapi-ui

Environment Variables

VariableDescriptionDefaultExampleRequiredSecret
AWS_SECRETS_MANAGER_ENDPOINTLocation of the secrets managernonehttp://localhost:4566Y
SERVER_PORTServer Port3000N
POSTGRES_USERPostgres UserwlsuserY
POSTGRES_DBPostgres databasewlsY
POSTGRES_HOSTPostgres hostlocalhostY
POSTGRES_PORTPostgres port5432Y
POSTGRES_PWPostgres passwordwildl1feNY
POSTGRES_LOGGINGLog transactionsfalsefalse,trueN
AWS_REGIONAWS Regioneu-west-2N
AWS_ACCESS_KEY_IDAWS CredentialN
AWS_SECRET_KEYAWS CredentialN
REDIS_HOSTRedis hostY
REDIS_PORTRedis portY
CACHE_EXPIRE_SECONDSExpirary time for request cache in seconds60000N