sage/json/httpapi.json
2025-07-16 14:28:41 +08:00

18 lines
388 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/httpapi",
"dbname": "sage",
"tblname": "httpapi",
"params": {
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
],
"record_toolbar": null,
"content_view": null
}
}