API__HOST=0.0.0.0
API__PORT=8000
API__SECURED=False
API__TITLE={{project_name}}

DB__PASSWORD=randomstring8080
DB__USER=admin
DB__DATABASE=db
DB__HOST=postgres
DB__PORT=5432