Добавлено ограничение пользователей #7

Merged
soaska merged 18 commits from kls/sd_telegram:master into beta 2024-02-11 15:55:28 +00:00
Showing only changes of commit 6b3f4630c2 - Show all commits

View File

@ -10,4 +10,5 @@ SD_PORT = '7861'
SD_USERNAME = 'user'
SD_PASSWORD = '1234'
DEBUG = 'no' # 'yes' to debug
ALLOWED_USERS = '["id1", "id2", "idN"]' # must not be empty, at least one value #TODO need to handle this
# ids are type int
ALLOWED_USERS = '[id1, id2, idN]' # must not be empty, at least one value #TODO need to handle this