Files
AFFiNE-Mirror/.docker/selfhost/config.json.example
T

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