mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 00:59:57 +08:00
chore: update config template (#15344)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user