upholstery
July 30, 2020 ยท View on GitHub
Authorization and abstraction layer sitting on top of CouchDB. Get it?
Configuration
The service requires the following environment variables to be set:
NODE_ENV:developmentorproduction. Set by default in the relevant docker-compose filesCOUCH: URL where the CouchDB installation can be foundJWT_SECRET: Secret key matching amsa'sJWT_SECRET
Docker
yarn run docker:devsets up a development environment.yarn run docker:prodbuilds a production image.