Use $DATASETTE_INTERNAL in absence of --internal (#2174)

This commit is contained in:
Alex Garcia 2026-09-15 15:39:39 -07:00 committed by GitHub
commit 4bf30aaf8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 1 deletions

View file

@ -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"])
.. ]]]