File: start_asgi

package info (click to toggle)
python-django-structlog 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,004 kB
  • sloc: python: 3,509; sh: 206; javascript: 79; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -o errexit
set -o pipefail
set -o nounset

ASGI=true python -m uvicorn config.asgi:application --host=0.0.0.0 --reload