mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
29 lines
498 B
JSON
29 lines
498 B
JSON
{
|
|
"storages": {
|
|
"blob.storage": {
|
|
"provider": "assetpack",
|
|
"bucket": "blobs",
|
|
"config": {
|
|
"path": "/tmp/affine-cloud-copilot-storage"
|
|
}
|
|
}
|
|
},
|
|
"copilot": {
|
|
"enabled": true,
|
|
"storage": {
|
|
"provider": "assetpack",
|
|
"bucket": "copilot",
|
|
"config": {
|
|
"path": "/tmp/affine-cloud-copilot-storage"
|
|
}
|
|
}
|
|
},
|
|
"indexer": {
|
|
"enabled": true,
|
|
"provider": {
|
|
"type": "embedded",
|
|
"endpoint": ""
|
|
}
|
|
}
|
|
}
|