docs: sync public link configuration reference
This commit is contained in:
parent
4390ebf5a9
commit
c0088f1160
13 changed files with 857 additions and 100 deletions
11
.env.example
11
.env.example
|
|
@ -1,5 +1,8 @@
|
|||
# Optional local config file for telesrv.
|
||||
# Copy to .env for local development. Do not commit real tokens or passwords.
|
||||
# Complete reference / 完整参数手册:
|
||||
# docs/configuration.en.md
|
||||
# docs/configuration.zh-CN.md
|
||||
|
||||
TELESRV_LISTEN=0.0.0.0:2398
|
||||
TELESRV_ADVERTISE_IP=127.0.0.1
|
||||
|
|
@ -54,6 +57,14 @@ TELESRV_SMTP_TIMEOUT=10s
|
|||
# or a missing host fail startup instead of silently falling back.
|
||||
TELESRV_PUBLIC_BASE_URL=https://telesrv.net
|
||||
|
||||
# Public landing pages auto-open this custom scheme. It must match the scheme
|
||||
# registered by every patched client build; tg/http/https are rejected.
|
||||
TELESRV_PUBLIC_APP_SCHEME=telesrv
|
||||
|
||||
# Web client target and display brand used by public landing pages.
|
||||
TELESRV_PUBLIC_WEB_BASE_URL=https://web.telesrv.net
|
||||
TELESRV_PUBLIC_APP_NAME=telesrv
|
||||
|
||||
# Admin API / Admin UI 配置
|
||||
#
|
||||
# TELESRV_ADMIN_API_TOKEN 是主服务 (cmd/telesrv) 暴露 Admin REST API 的鉴权 token,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue