mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 08:39:53 +08:00
14 lines
315 B
JSON
14 lines
315 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
|
|
}
|
|
}
|
|
} |