Authorization and abstraction layer sitting on top of CouchDB. Get it?
The service requires the following environment variables to be set:
NODE_ENV
: development
or production
. Set by default in the relevant docker-compose filesCOUCH
: URL where the CouchDB installation can be foundJWT_SECRET
: Secret key matching amsa's JWT_SECRET
yarn run docker:dev
sets up a development environment.yarn run docker:prod
builds a production image.