Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 612 Bytes

DEPLOY.md

File metadata and controls

14 lines (9 loc) · 612 Bytes

Deploy instructions

This file is used to gather all deploy process information for this project.

Configuration files to create

  • config/database/credentials.json. Example
  • config/mailer/transporter.json. Example
  • config/security/credentials.json. Example :
    • Generate your private key for the token generation node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"

Prod environment

The project should be started with NODE_ENV=prod.