export PSQL_DSN='postgres://user:passwd@localhost/chartos'
export ROOT_URL=http://localhost:8000
export REDIS_URL=redis://localhost
uvicorn --factory chartos:make_app
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.