mirror of
https://github.com/simonw/datasette.git
synced 2026-09-17 14:04:07 +02:00
Use $DATASETTE_INTERNAL in absence of --internal (#2174)
This commit is contained in:
parent
27b7240f30
commit
4bf30aaf8e
3 changed files with 17 additions and 1 deletions
|
|
@ -76,6 +76,8 @@ Or since this is the default command you can run this instead::
|
|||
|
||||
Once started you can access it at ``http://localhost:8001``
|
||||
|
||||
Use ``--internal PATH`` or the ``DATASETTE_INTERNAL`` environment variable to persist :ref:`Datasette's internal database <internals_internal>` to a SQLite file.
|
||||
|
||||
.. [[[cog
|
||||
help(["serve", "--help"])
|
||||
.. ]]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue