.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SERVICE
EMAIL_HOST
EMAIL_USER
EMAIL_PASSWORD
secret
EMAIL_NAME
BASE_URL
WORK_DIR
APP_NAME
AUTH_SECRET
secret
AUTH_EXPIRES
MAX_AGE
REFRESH_EXPIRE
SLACK_WEBHOOK
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
secret
CLOUDINARY_API_SECRET
secret
brew install flyctl && fly launch --from https://github.com/anonfedora/blog-api
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/blog-api
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/blog-api