home

config.json

{
    "settings": {
        "template_debug": true,
        "trace_debug": true,
        "force_https_urls": true
    },
    "databases": {
        "fixtures": {
            "tables": {
                "sortable": {
                    "sortable_columns": [
                        "sortable",
                        "sortable_with_nulls",
                        "sortable_with_nulls_2",
                        "text"
                    ]
                },
                "no_primary_key": "***",
                "primary_key_multiple_columns_explicit_label": "***",
                "simple_view": {
                    "sortable_columns": [
                        "content"
                    ]
                },
                "searchable_view_configured_by_metadata": {
                    "fts_table": "searchable_fts",
                    "fts_pk": "pk"
                },
                "attraction_characteristic": {
                    "sort_desc": "pk"
                },
                "facet_cities": {
                    "sort": "name"
                },
                "paginated_view": {
                    "size": 25
                }
            }
        }
    }
}
Powered by Datasette