.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PORT
App
NODE_ENV
POSTGRES_HOST
Database
POSTGRES_PORT
POSTGRES_USERNAME
POSTGRES_PASSWORD
secret
POSTGRES_DATABASE
JWT_SECRET
secret
Auth
JWT_EXPIRY_TIME
secret
MAIL_HOST
Mail
MAIL_PORT
MAIL_USERNAME
MAIL_PASSWORD
secret
brew install flyctl && fly launch --from https://github.com/amruthpillai/nestjs-starter
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/amruthpillai/nestjs-starter
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/amruthpillai/nestjs-starter