Skip to content

Commit

Permalink
Update .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna-Bordonos17 committed Dec 18, 2023
1 parent 010852a commit bf8da91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ RABBIT_URL=RABBIT_URL
TELEGRAM_BOT_TOKEN=TELEGRAM_BOT_TOKEN
CHAT_ID=CHAT_ID
CHAT_URL=CHAT_URL
DOMAIN=http://localhost:8080
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import telebot
from django.core.management import BaseCommand

from core.settings import CHAT_ID, TELEGRAM_BOT_TOKEN
from core.settings import TELEGRAM_BOT_TOKEN
from notifications_service.bot_commands import (welcome_message,
help_information,
user_borrowings,
Expand Down

0 comments on commit bf8da91

Please sign in to comment.