.env.dist
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.dist)
AWS_KEY
secret
AWS_SECRET
secret
AWS_BUCKET
secret
MONGO_URI
MONGO_DBNAME
SFTP_HOST
SFTP_PORT
SFTP_USER
SFTP_PASSWORD
secret
SFTP_BASE_DIR
FTP_HOST
FTP_PORT
FTP_USER
FTP_PASSWORD
secret
FTP_BASE_DIR
AZURE_ACCOUNT
secret
AZURE_KEY
secret
AZURE_CONTAINER
secret
RACKSPACE_USER
RACKSPACE_APIKEY
secret
brew install flyctl && fly launch --from https://github.com/akerouanton/gaufrette
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akerouanton/gaufrette
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akerouanton/gaufrette