export DEBUG=false
export SECRET_KEY=changeme
export ALLOWED_HOSTS=localhost,127.0.0.1
export DATABASE_URL=sqlite:////db/db.sqlite3