Compare commits

..

No commits in common. "5ae06757050574a880adbb51b1b80f8b1774aa7b" and "9f68351c8065b4577c2ed69b34fa2604b5c16c23" have entirely different histories.

View file

@ -8,6 +8,4 @@ alembic upgrade head
exec uvicorn quartermaster.main:app \
--host 0.0.0.0 \
--port 8000 \
--proxy-headers \
--forwarded-allow-ips='*' \
--log-config src/quartermaster/logconfig.json