.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SERVER_PORT
LOGGER_LEVEL
LOGGER_ENABLED
DATABASE_TYPE
DATABASE_HOST
DATABASE_PORT
DATABASE_NAME
DATABASE_USERNAME
DATABASE_PASSWORD
secret
REDIS_HOST
REDIS_PORT
MAIL_HOST
MAIL_PORT
MAIL_USERNAME
MAIL_PASSWORD
secret
MAIL_ENABLED
JWT_SECRET
secret
brew install flyctl && fly launch --from https://github.com/brajevicm/typescript-onion
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/brajevicm/typescript-onion
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/brajevicm/typescript-onion