mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--ssl-keyfile and --ssl-certfile options to "datasette serve"
Closes #1221
This commit is contained in:
parent
aa1fe0692c
commit
eda652cf6e
5 changed files with 82 additions and 2 deletions
|
|
@ -149,6 +149,8 @@ def test_metadata_yaml():
|
|||
pdb=False,
|
||||
open_browser=False,
|
||||
create=False,
|
||||
ssl_keyfile=None,
|
||||
ssl_certfile=None,
|
||||
return_instance=True,
|
||||
)
|
||||
client = _TestClient(ds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue