mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 09:07:00 +02:00
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
|