mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-04 19:17:50 +01:00
Add TELEGRAM_NO_FILE_LIMIT env variable
This commit is contained in:
parent
b3c0c403e8
commit
5b29503d9c
@ -36,6 +36,9 @@ fi
|
||||
if [ -n "$TELEGRAM_LOCAL" ]; then
|
||||
CUSTOM_ARGS="${CUSTOM_ARGS} --local"
|
||||
fi
|
||||
if [ -n "$TELEGRAM_NO_FILE_LIMIT" ]; then
|
||||
CUSTOM_ARGS="${CUSTOM_ARGS} --no-file-limit"
|
||||
fi
|
||||
if [ -n "$TELEGRAM_INSECURE" ]; then
|
||||
CUSTOM_ARGS="${CUSTOM_ARGS} --insecure"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user