diff --git a/credentials.py b/credentials.py index eeec4ab..771a575 100644 --- a/credentials.py +++ b/credentials.py @@ -1,3 +1,4 @@ -import os -token = os.environ['TELEGRAM_TOKEN'] -vk_app_id = os.environ['VK_APP'] +token = '123456789:hciowedjejd092jjasdasdmdkpoaasd' +vk_app_id = "5678910" +bot_url = 'www.mybot.com' +local_port = 7777 \ No newline at end of file