Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 350 Bytes

Build

Usage

export PSQL_DSN='postgres://user:passwd@localhost/chartos'
export ROOT_URL=http://localhost:8000
export REDIS_URL=redis://localhost
uvicorn --factory chartos:make_app