remove TG_BOT_TOKEN

This commit is contained in:
Aarni Halinen
2022-01-14 00:14:13 +02:00
parent 1afd476c18
commit db3e3ae291
4 changed files with 0 additions and 11 deletions
-3
View File
@@ -4,9 +4,6 @@
if test -f "$SECRET_KEY_FILE"; then
export SECRET_KEY=$(cat $SECRET_KEY_FILE)
fi
if test -f "$TG_BOT_TOKEN_FILE"; then
export TG_BOT_TOKEN=$(cat $TG_BOT_TOKEN_FILE)
fi
if test -f "$EMAIL_API_KEY_FILE"; then
export EMAIL_API_KEY=$(cat $EMAIL_API_KEY_FILE)
fi