mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
The first step in defining the new `datasette.json/yaml` configuration mechanism. Refs #2093, #2143, #493
10 lines
351 B
ReStructuredText
10 lines
351 B
ReStructuredText
.. _configuration:
|
|
|
|
Configuration
|
|
========
|
|
|
|
Datasette offers many way to configure your Datasette instances: server settings, plugin configuration, authentication, and more.
|
|
|
|
To facilitate this, You can provide a `datasette.yaml` configuration file to datasette with the ``--config``/ ``-c`` flag:
|
|
|
|
datasette mydatabase.db --config datasette.yaml
|