sections: settings:using-setting
This data as json
id | page | ref | title | content | breadcrumbs | references |
---|---|---|---|---|---|---|
settings:using-setting | settings | using-setting | Using --setting | Datasette supports a number of settings. These can be set using the --setting name value option to datasette serve . You can set multiple settings at once like this: datasette mydatabase.db \ --setting default_page_size 50 \ --setting sql_time_limit_ms 3500 \ --setting max_returned_rows 2000 Settings can also be specified in the database.yaml configuration file . | ["Settings"] | [] |