mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Start datasette.json, re-add --config, rm settings.json
The first step in defining the new `datasette.json/yaml` configuration mechanism. Refs #2093, #2143, #493
This commit is contained in:
parent
01e0558825
commit
17ec309e14
7 changed files with 55 additions and 93 deletions
10
docs/configuration.rst
Normal file
10
docs/configuration.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.. _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
|
||||
Loading…
Add table
Add a link
Reference in a new issue