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

osrd-project/chartos

Repository files navigation

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