Files
AFFiNE-Mirror/tests/affine-cloud-copilot/runtime-config.json
T

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": ""
}
}
}