--uds option for binding to Unix domain socket, closes #1388

This commit is contained in:
Simon Willison 2021-07-10 16:37:30 -07:00
commit 180c7a5328
6 changed files with 65 additions and 2 deletions

View file

@ -132,6 +132,7 @@ def test_metadata_yaml():
immutable=[],
host="127.0.0.1",
port=8001,
uds=None,
reload=False,
cors=False,
sqlite_extensions=[],