sections_fts: 82
This data as json
| rowid | title | content |
|---|---|---|
| 82 | .setting(key) | key - string The name of the setting, e.g. base_url . Returns the configured value for the specified setting . This can be a string, boolean or integer depending on the requested setting. For example: downloads_are_allowed = datasette.setting("allow_download") |