Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 655 Bytes

API service

Get started

# For local development
yarn run dev

Environment configuration

The service relies on some configuration parameters being set from the outside. For local development, these can be configured using a file called .env in the service root (this directory). By design, this file is not included in the version control so you'll have to create it yourself.

A template containing the required variables exists in this repository, so you can use it as a starting point. Some values need to be manually added/maintained, look in the usual places to find them, or ask your teammates.

cp env-template .env