.env.local.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
App
PORT
DATABASE_HOST
Database
DATABASE_PORT
DATABASE_USER
DATABASE_PASS
DATABASE_NAME
REDIS_HOST
Redis
REDIS_POST
REDIS_PASS
REDIS_DB
KAFKA_BROKERS
Kafka
KAFKA_USERNAME
KAFKA_PASSWORD
secret
AWS_ACCESS_KEY_ID
secret
Amazon SES
AWS_SECRET_ACCESS_KEY
secret
brew install flyctl && fly launch --from https://github.com/diego3g/umbriel
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diego3g/umbriel
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diego3g/umbriel