Files
AFFiNE-Mirror/.docker/selfhost/config.json.example
T
2026-07-26 16:29:16 +08:00

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