feat(config): sync make default country configurable
This commit is contained in:
parent
5807fbad76
commit
4cd055144d
10 changed files with 104 additions and 12 deletions
|
|
@ -7,6 +7,8 @@
|
|||
TELESRV_LISTEN=0.0.0.0:2398
|
||||
TELESRV_ADVERTISE_IP=127.0.0.1
|
||||
TELESRV_DC=2
|
||||
# ISO 3166-1 alpha-2 code returned by help.getNearestDc. CN preselects +86.
|
||||
TELESRV_DEFAULT_COUNTRY_CODE=CN
|
||||
# Single-backend default: accept any client wire DC label during key exchange.
|
||||
TELESRV_STRICT_DC_CHECK=false
|
||||
TELESRV_DEV_AUTH_CODE=12345
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue