feat: sync chatlist sharing support
This commit is contained in:
parent
ec6e8fd13d
commit
2a9c12263f
62 changed files with 3408 additions and 212 deletions
|
|
@ -6,6 +6,10 @@ TELESRV_ADVERTISE_IP=127.0.0.1
|
|||
TELESRV_DC=2
|
||||
TELESRV_DEV_AUTH_CODE=12345
|
||||
|
||||
# Client-visible telesrv links. Production uses https://telesrv.net.
|
||||
# For local link/deeplink smoke tests use http://127.0.0.1:2401.
|
||||
TELESRV_PUBLIC_BASE_URL=https://telesrv.net
|
||||
|
||||
# Admin API / Admin UI 配置
|
||||
#
|
||||
# TELESRV_ADMIN_API_TOKEN 是主服务 (cmd/telesrv) 暴露 Admin REST API 的鉴权 token,
|
||||
|
|
@ -40,6 +44,10 @@ TELESRV_LANGPACK_SEED_DIR=data/langpack
|
|||
TELESRV_BLOB_DIR=data/blobs
|
||||
TELESRV_STICKER_SEED_DIR=data/sticker-seed
|
||||
|
||||
# Optional sticker/custom emoji/chatlist landing endpoint.
|
||||
# Public canonical URLs use TELESRV_PUBLIC_BASE_URL.
|
||||
TELESRV_PUBLIC_LINK_WEB_ADDR=127.0.0.1:2401
|
||||
|
||||
# AI compose for TDesktop/Android input box rewrite/polish.
|
||||
# The local provider is deterministic and does not call external services.
|
||||
TELESRV_AI_ENABLED=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue