We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9f66f commit 832f76cCopy full SHA for 832f76c
1 file changed
docs/cli-reference.rst
@@ -141,6 +141,17 @@ Once started you can access it at ``http://localhost:8001``
141
142
.. [[[end]]]
143
144
+.. _cli_datasette_serve_env:
145
+
146
+Environment variables
147
+---------------------
148
149
+Some of the ``datasette serve`` options can be provided by environment variables:
150
151
+- ``DATASETTE_SECRET``: Equivalent to the ``--secret`` option.
152
+- ``DATASETTE_SSL_KEYFILE``: Equivalent to the ``--ssl-keyfile`` option.
153
+- ``DATASETTE_SSL_CERTFILE``: Equivalent to the ``--ssl-certfile`` option.
154
+- ``DATASETTE_LOAD_EXTENSION``: Equivalent to the ``--load-extension`` option.
155
156
.. _cli_datasette_get:
157
0 commit comments