cybercog / telegram-devpoker-bot

Planning Poker (Scrum Poker) for Agile software development teams. The bot allows you to introduce a consensus-based, gamified technique of task estimating into Telegram group chats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move environment variables to .env file

antonkomarev opened this issue · comments

Right now bot is running using shell command:

DEVPOKER_BOT_API_TOKEN=11111424242:some-token ./run.sh

Need to move DEVPOKER_BOT_API_TOKEN variable to .env file in project root directory. To make it run like:

./run.sh