Standalone
Overview
Configuration
# any random quite long string
JWT_SECRET=changeme
# pass uri with credentials if needed
MONGODB_URI=mongodb://root:example@mongo:27017
# just any string
DB_NAME=purify
# domain where purify is running, e.g. purify-demo.herokuapp.com
DOMAIN=purify-demo.herokuapp.comStart
Last updated