mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--uds option for binding to Unix domain socket, closes #1388
This commit is contained in:
parent
e0064ba7b0
commit
180c7a5328
6 changed files with 65 additions and 2 deletions
|
|
@ -132,6 +132,7 @@ def test_metadata_yaml():
|
|||
immutable=[],
|
||||
host="127.0.0.1",
|
||||
port=8001,
|
||||
uds=None,
|
||||
reload=False,
|
||||
cors=False,
|
||||
sqlite_extensions=[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue