fixes
This commit is contained in:
parent
c3038e6181
commit
4a803f87e4
2 changed files with 395 additions and 36 deletions
|
|
@ -82,17 +82,17 @@ TELESRV_SMTP_TIMEOUT=10s
|
|||
|
||||
# Public web address for links this server generates (invite links, sticker
|
||||
# packs, etc). Use your real domain once you have one, e.g. https://example.com.
|
||||
TELESRV_PUBLIC_BASE_URL=https://telesrv.net
|
||||
TELESRV_PUBLIC_BASE_URL=http://127.0.0.1
|
||||
# Custom URL scheme (like "owpg://") that public pages use to open your
|
||||
# patched client. Must match what your client builds were compiled with.
|
||||
TELESRV_PUBLIC_APP_SCHEME=telesrv
|
||||
TELESRV_PUBLIC_APP_SCHEME=owpg
|
||||
# Optional: use "scheme://yourdomain.com/..." links instead of plain
|
||||
# "scheme://...". Leave empty unless you specifically need this.
|
||||
TELESRV_PUBLIC_APP_LINK_BASE=
|
||||
# Address of your web client (if you have one) and the product name shown
|
||||
# on public landing pages.
|
||||
TELESRV_PUBLIC_WEB_BASE_URL=https://web.telesrv.net
|
||||
TELESRV_PUBLIC_APP_NAME=telesrv
|
||||
TELESRV_PUBLIC_APP_NAME=OwpenGram
|
||||
# Where the "Download" button on public pages links to.
|
||||
TELESRV_PUBLIC_DOWNLOAD_URL=https://owpengram.org
|
||||
# Warning text shown on a profile/channel the admin panel flagged as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue