Setting up Telegram Bot / DONE
Install the received token
cd /var/www/exchanger-bot
git pull
npm i
npm run configure...
"bot": {
"username": "usernamebot",
"token": "12345567:TOKEN"
}
...Last updated
cd /var/www/exchanger-bot
git pull
npm i
npm run configure...
"bot": {
"username": "usernamebot",
"token": "12345567:TOKEN"
}
...Last updated
"http": {
...
"baseUrl": "https://www.exchanger.domain/tg",
...
},
"exchanger": {
"baseUrl": "https://www.exchanger.domain",
"exchangerUrl": "https://www.exchanger.domain",
...
},
......
"mongodb": {
"uri": "mongodb://localhost:27017/exchanger-bot"
},
...npm run start