.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
APP_PORT
APP_FORM_KEY
secret
APP_MORGAN_LOG_FORMAT
APP_MAX_FILE_SIZE
APP_MAX_FILES_NUMBER
CLAMD_IP
CLAMD_PORT
CLAMD_TIMEOUT
brew install flyctl && fly launch --from https://github.com/hacksider/clamav-rest-api
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/hacksider/clamav-rest-api
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/hacksider/clamav-rest-api