Move environment variables to .env file
antonkomarev opened this issue · 0 comments
antonkomarev commented
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