.env.example
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.example)
NODE_ENV
LOG_LEVEL
DATABASE_TYPE
DATABASE_USER
DATABASE_PASSWORD
secret
DATABASE_HOST
DATABASE_PORT
DATABASE_NAME
This property is optional and defaults to the 'neo4j' database.
TRAFFIC_DATABASE_TYPE
TRAFFIC_DATABASE_USER
TRAFFIC_DATABASE_PASSWORD
secret
TRAFFIC_DATABASE_HOST
TRAFFIC_DATABASE_PORT
WINE_DATABASE_TYPE
WINE_DATABASE_USER
WINE_DATABASE_PASSWORD
secret
WINE_DATABASE_HOST
WINE_DATABASE_PORT
WINE_DATABASE_NAME
This property is optional and defaults to the 'neo4j' database.
POSTGRES_DATABASE_TYPE
brew install flyctl && fly launch --from https://github.com/akollegger/drivine
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akollegger/drivine
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akollegger/drivine