mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* feat: add workspace settings with disable indexing option * chore: added api workspace settings endpoint * chore: add workspace settings read and write to client api * chore: add tests for workspace settings client api * fix: enforce authorization rules on workspace settings api * chore: fix appflowy indexer test configuration * chore: add dotenvy to appflowy indexer tests * chore: override appflowy indexer env vars for tests * chore: add appflowy indexer preindex env var
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SElECT settings FROM af_workspace WHERE workspace_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "settings",
|
|
"type_info": "Jsonb"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "7a4c7da16e99ff3875bdd7e0d189e26c3c1ab49672bace41992aecc446061850"
|
|
}
|