api/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PORT
NODE_ENV
APP_BASE
AUTH_SECRET
secret
ALGOLIASEARCH_API_KEY
secret
ALGOLIASEARCH_API_KEY_SEARCH
secret
ALGOLIASEARCH_APPLICATION_ID
MONGODB_URI
secret
REDIS_URL
secret
STREAM_URL
CLOUDINARY_URL
PAPERTRAIL_API_TOKEN
secret
MAILGUN_API_KEY
secret
MAILGUN_DOMAIN
secret
brew install flyctl && fly launch --from https://github.com/cardoso/combase
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cardoso/combase
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cardoso/combase