mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 12:32:00 +08:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"$schema": "https://github.com/toeverything/affine/releases/latest/download/config.schema.json",
|
|
"server": {
|
|
"name": "AFFiNE Self-hosted",
|
|
"externalUrl": "http://localhost:3010"
|
|
},
|
|
"copilot": {
|
|
"enabled": true,
|
|
"byok": {
|
|
"enabled": true,
|
|
"allowCustomEndpoint": true
|
|
}
|
|
},
|
|
"indexer": {
|
|
"enabled": true,
|
|
"provider.type": "embedded"
|
|
}
|
|
}
|