.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
HOST
PORT
APP_KEYS
API_TOKEN_SALT
secret
ADMIN_JWT_SECRET
secret
JWT_SECRET
secret
brew install flyctl && fly launch --from https://github.com/john-smilga/strapi-comfy-store-api-server
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/john-smilga/strapi-comfy-store-api-server
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/john-smilga/strapi-comfy-store-api-server