This file is used to gather all deploy process information for this project.
config/database/credentials.json
. Exampleconfig/mailer/transporter.json
. Exampleconfig/security/credentials.json
. Example :- Generate your private key for the token generation
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
- Generate your private key for the token generation
The project should be started with NODE_ENV=prod
.