ENV=development # or production

BIND_ADDR=localhost:8888

# AWS credentials, currently required.
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
S3_BUCKET=

# PostgreSQL connection string.
DATABASE_URL=

# Optional. If set, files in this location will be served over HTTP at /.
# Mostly useful for deployment.
ASSETS_HTTP_BASE_PATH=